Trait serde_with::base64::CharacterSet[][src]

pub trait CharacterSet {
    fn charset() -> CharacterSet;
}
This is supported on crate feature base64 only.
Expand description

A base64 character set from this list.

Required methods

Return a specific character set.

Return one enum variant of the base64::CharacterSet enum.

Implementors