Function repr::strconv::parse_int64 [−][src]
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.