Home
last modified time | relevance | path

Searched refs:ParseMonthError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/chrono/src/format/
Dmod.rs37 use {Month, ParseMonthError, ParseWeekdayError, Weekday};
915 type Err = ParseMonthError;
932 _ => Err(ParseMonthError { _dummy: () }), in from_str()
935 Err(ParseMonthError { _dummy: () }) in from_str()
/external/rust/crates/chrono/src/
Dlib.rs1127 pub struct ParseMonthError { struct
1131 impl fmt::Debug for ParseMonthError { implementation