Type Alias picky_asn1::restricted_string::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

§

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