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

source§

fn from(wrapper: BmpStringAsn1) -> BmpString

Converts to this type from the input type.
source§

impl FromStr for BmpString

§

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