Type Alias SerializerByteBase64

Source
pub type SerializerByteBase64<W> = Serializer<W, Base64ByteEncoder>;
Expand description

JSON serializer serializing bytes to a Base-64 string

Aliased Typeยง

struct SerializerByteBase64<W> { /* private fields */ }