Home
last modified time | relevance | path

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

/external/rust/crates/log/src/
Dlib.rs1429 pub struct ParseLevelError(()); struct
1431 impl fmt::Display for ParseLevelError { implementation
1439 impl error::Error for ParseLevelError {} implementation