pub const i128: RegexParser<i128, <i128 as FromStr>::Err>;
Parse a value of a primitive type (using its FromStr implementation in the Rust standard library).
FromStr