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