Type Alias picky_asn1::restricted_string::BmpString
source · pub type BmpString = RestrictedString<BmpCharSet>;
Aliased Type§
struct BmpString { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<BmpStringAsn1> for BmpString
impl From<BmpStringAsn1> for BmpString
source§fn from(wrapper: BmpStringAsn1) -> BmpString
fn from(wrapper: BmpStringAsn1) -> BmpString
Converts to this type from the input type.