[][src]Function libimagutil::date::date_from_string

pub fn date_from_string<S>(s: S) -> Result<NaiveDate, ParseError> where
    S: AsRef<str>,