Struct bincode::serde::Serializer
[−]
[src]
pub struct Serializer<'a, W: 'a> {
// some fields omitted
}An Serializer that encodes values directly into a Writer.
This struct should not be used often.
For most cases, prefer the encode_into function.