pub type NumericString = RestrictedString<NumericCharSet>;

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

§

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