picky_asn1::restricted_string

Type Alias PrintableString

Source
pub type PrintableString = RestrictedString<PrintableCharSet>;

Aliased Type§

struct PrintableString { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl From<PrintableStringAsn1> for PrintableString

Source§

fn from(wrapper: PrintableStringAsn1) -> PrintableString

Converts to this type from the input type.
Source§

impl FromStr for PrintableString

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