pub type Base64Writer<'o> = Encoder<'o, Base64>;
Available on crate feature base64 only.
Expand description

Constant-time Base64 writer implementation.

Trait Implementations

Write the given bytes to the writer.