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.