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