pub type OptionsSerializer<'a, S, O, I> = RecordsSerializer<'a, S, O, I>;
Expand description
An instance of options serialization.
OptionsSerializer
is instantiated with an Iterator
that provides
items to be serialized by an OptionsSerializerImpl
.
Aliased Typeยง
struct OptionsSerializer<'a, S, O, I> { /* private fields */ }