Function mz_repr::strconv::parse_int64
source ยท pub fn parse_int64(s: &str) -> Result<i64, ParseError>
Expand description
Parses an i64
from s
.
pub fn parse_int64(s: &str) -> Result<i64, ParseError>
Parses an i64
from s
.