Struct serde::de::impls::VecVisitor
[−]
[src]
pub struct VecVisitor<T> { // some fields omitted }
A visitor that produces a sequence.
Methods
impl<T> VecVisitor<T>
fn new() -> Self
Construct a new sequence visitor.