Constant i64

Source
pub const i64: RegexParser<i64, <i64 as FromStr>::Err>;
Expand description

Parse a value of a primitive type (using its FromStr implementation in the Rust standard library).