Type Alias picky_asn1::restricted_string::Utf8String

source ·
pub type Utf8String = RestrictedString<Utf8CharSet>;

Aliased Type§

struct Utf8String { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl From<Utf8StringAsn1> for Utf8String

source§

fn from(wrapper: Utf8StringAsn1) -> Utf8String

Converts to this type from the input type.
source§

impl FromStr for Utf8String

§

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