Struct serde_qs::ser::TupleSerializer [] [src]

pub struct TupleSerializer<'output, T: 'output + UrlEncodedTarget> { /* fields omitted */ }

Tuple serializer.

Never instantiated, tuples are not supported at top-level.

Trait Implementations

impl<'output, Target> SerializeTuple for TupleSerializer<'output, Target> where Target: 'output + UrlEncodedTarget
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

Serialize a tuple element.

Finish serializing a tuple.