Function mz_repr::strconv::parse_time

source ·
pub fn parse_time(s: &str) -> Result<NaiveTime, ParseError>
Expand description

Parses a NaiveTime from s, using the following grammar.

<time value> ::=
    <hours value> <colon> <minutes value> <colon> <seconds integer value>
    [ <period> [ <seconds fraction> ] ]