pub trait Alphabet: Sealed {
// Required method
fn charset() -> Alphabet;
}
Available on crate feature
base64
only.Expand description
A base64 alphabet
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.