Type Alias ppp_packet::records::options::OptionsSerializer
source · 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 */ }