[go: up one dir, main page]

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.

Object Safety§

This trait is not object safe.

Implementors§