Struct base64::display::Base64Display [−][src]
pub struct Base64Display<'a> { /* fields omitted */ }
A convenience wrapper for base64’ing bytes into a format string without heap allocation.
Implementations
impl<'a> Base64Display<'a>
[src]
impl<'a> Base64Display<'a>
[src]pub fn with_config(bytes: &[u8], config: Config) -> Base64Display<'_>
[src][−]
Create a Base64Display
with the provided config.