Type Alias picky_asn1::restricted_string::NumericString
source · pub type NumericString = RestrictedString<NumericCharSet>;
Aliased Type§
struct NumericString { /* private fields */ }
Implementations§
source§impl NumericString
impl NumericString
pub fn from_string(s: String) -> Result<Self, CharSetError>
pub fn as_utf8(&self) -> &str
pub fn into_string(self) -> String
Trait Implementations§
source§impl From<NumericStringAsn1> for NumericString
impl From<NumericStringAsn1> for NumericString
source§fn from(wrapper: NumericStringAsn1) -> NumericString
fn from(wrapper: NumericStringAsn1) -> NumericString
Converts to this type from the input type.