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