Struct serde_with::base64::Bcrypt
source · pub struct Bcrypt;Available on crate feature
base64 only.Expand description
The bcrypt character set (uses ./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789).
Trait Implementations§
source§impl CharacterSet for Bcrypt
impl CharacterSet for Bcrypt
source§fn charset() -> CharacterSet
fn charset() -> CharacterSet
Return a specific character set. Read more