Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/
Dmonth.rs246 pub struct ParseMonthError { struct
251 impl std::error::Error for ParseMonthError {} argument
253 impl fmt::Display for ParseMonthError { implementation
259 impl fmt::Debug for ParseMonthError { implementation