Expand description
Implementations of io::Write to transparently handle base64.
Structsยง
- Encoder
Writer - A
Writeimplementation that base64 encodes data before delegating to the wrapped writer.
Implementations of io::Write to transparently handle base64.
Write implementation that base64 encodes data before delegating to the wrapped writer.