pub trait Alphabet: Sealed { // Required method fn charset() -> Alphabet; }
base64
A base64 alphabet
Return a specific alphabet.