Struct serde::ser::impls::TupleVisitor2   
            
                [−]
            
        [src]
pub struct TupleVisitor2<'a, T0: 'a, T1: 'a> {
    // some fields omitted
}pub struct TupleVisitor2<'a, T0: 'a, T1: 'a> {
    // some fields omitted
}impl<'a, T0: 'a, T1: 'a> TupleVisitor2<'a, T0, T1>fn new(tuple: &'a (T0, T1)) -> TupleVisitor2<'a, T0, T1>impl<'a, T0, T1> SeqVisitor for TupleVisitor2<'a, T0, T1> where T0: Serialize, T1: Serialize
                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)