pub const INT: BuiltinSchema;Expand description
Int: a signed 64-bit integer.
Parsing fails on text that is not one, which is an expected failure and so
a Result rather than a trap.
pub const INT: BuiltinSchema;Int: a signed 64-bit integer.
Parsing fails on text that is not one, which is an expected failure and so
a Result rather than a trap.