pub type NumericStringSpec = PrintableStringSpec;
pub struct NumericStringSpec { pub inner: Seq<char>, }
inner: Seq<char>