StdBase64

Type Alias StdBase64 

Source
pub type StdBase64 = Base64;
Expand description

Adapter to serialize bytes as a base64 string using the standard alphabet

Aliased Typeยง

pub struct StdBase64 { /* private fields */ }