Struct serde_with::base64::Standard
source · pub struct Standard;
Available on crate feature
base64
only.Expand description
The standard character set (uses +
and /
).
See RFC 3548.
Trait Implementations§
source§impl CharacterSet for Standard
impl CharacterSet for Standard
source§fn charset() -> CharacterSet
fn charset() -> CharacterSet
Return a specific character set. Read more