parse_naive_date

Function parse_naive_date 

Source
pub fn parse_naive_date(value: &str) -> Result<NaiveDate, Error>
Expand description

Parses a string into a NaiveDate.