Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-core/src/
Dmetadata.rs551 impl crate::stdlib::error::Error for ParseLevelError {} implementation
555 fn from_str(s: &str) -> Result<Self, ParseLevelError> { in from_str() argument
805 pub struct ParseLevelError { struct
809 impl fmt::Display for ParseLevelError { argument
/third_party/rust/crates/log/src/
Dlib.rs1559 pub struct ParseLevelError(()); struct
1561 impl fmt::Display for ParseLevelError { implementation
1569 impl error::Error for ParseLevelError {} implementation