serde_with::base64

Trait Alphabet

Source
pub trait Alphabet: Sealed {
    // Required method
    fn charset() -> Alphabet;
}
Available on crate feature base64 only.
Expand description

A base64 alphabet

Required Methods§

Source

fn charset() -> Alphabet

Return a specific alphabet.

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.

Implementors§