Struct base64::display::Base64Display [−][src]
pub struct Base64Display<'a> { /* fields omitted */ }
Expand description
A convenience wrapper for base64’ing bytes into a format string without heap allocation.
Implementations
Create a Base64Display
with the provided config.