pub type StdBase64 = Base64;
Adapter to serialize bytes as a base64 string using the standard alphabet
pub struct StdBase64 { /* private fields */ }