pub type NumericStringFmt = Refined<PrintableStringFmt, NumericStringChars>;Aliased Type§
pub struct NumericStringFmt(pub PrintableStringFmt, pub NumericStringChars);Tuple Fields§
§0: PrintableStringFmt§1: NumericStringCharsTrait Implementations§
Source§impl BerDecoderOwned for NumericStringFmt
Available on crate feature alloc only.
impl BerDecoderOwned for NumericStringFmt
Available on crate feature
alloc only.