Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/chrono/src/
Dmonth.rs244 pub struct ParseMonthError { struct
249 impl std::error::Error for ParseMonthError {} argument
251 impl fmt::Display for ParseMonthError { implementation
257 impl fmt::Debug for ParseMonthError { implementation