Struct serde::ser::impls::SeqIteratorVisitor   
            
                [−]
            
        [src]
pub struct SeqIteratorVisitor<Iter> {
    // some fields omitted
}pub struct SeqIteratorVisitor<Iter> {
    // some fields omitted
}impl<T, Iter> SeqIteratorVisitor<Iter> where Iter: Iterator<Item=T>fn new(iter: Iter, len: Option<usize>) -> SeqIteratorVisitor<Iter>impl<T, Iter> SeqVisitor for SeqIteratorVisitor<Iter> where T: Serialize, Iter: Iterator<Item=T>
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).
            
                Search functions by type signature (e.g.
                vec -> usize)