Function mz_repr::strconv::parse_date
source · [−]pub fn parse_date(s: &str) -> Result<NaiveDate, ParseError>
Expand description
Parses a NaiveDate
from s
.
pub fn parse_date(s: &str) -> Result<NaiveDate, ParseError>
Parses a NaiveDate
from s
.