pub type NumericString<'a> = PrintableString<'a>;
pub struct NumericString<'a> { /* private fields */ }