picky_asn1::restricted_string

Type Alias NumericString

Source
pub type NumericString = RestrictedString<NumericCharSet>;

Aliased Type§

struct NumericString { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl From<NumericStringAsn1> for NumericString

Source§

fn from(wrapper: NumericStringAsn1) -> NumericString

Converts to this type from the input type.
Source§

impl FromStr for NumericString

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