pub const BASE64_ASCII: DisplayBytesConfig<'static, FormatBase64>;Expand description
Prints byte sections as Base-64 wrapped in {{ }}. Prints only ASCII sequences.
Provided as a static so it may be used by-reference.
pub const BASE64_ASCII: DisplayBytesConfig<'static, FormatBase64>;Prints byte sections as Base-64 wrapped in {{ }}. Prints only ASCII sequences.
Provided as a static so it may be used by-reference.