pub type Base64Writer<'o> = Encoder<'o, Base64>;
base64
Constant-time Base64 writer implementation.
struct Base64Writer<'o> { /* private fields */ }