picky_asn1::restricted_string

Type Alias BmpString

Source
pub type BmpString = RestrictedString<BmpCharSet>;

Aliased Type§

struct BmpString { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl From<BmpStringAsn1> for BmpString

Source§

fn from(wrapper: BmpStringAsn1) -> BmpString

Converts to this type from the input type.
Source§

impl FromStr for BmpString

Source§

type Err = CharSetError

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more