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