Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dmetadata.rs552 impl crate::stdlib::error::Error for ParseLevelError {} implementation
556 fn from_str(s: &str) -> Result<Self, ParseLevelError> { in from_str() argument
806 pub struct ParseLevelError { struct
810 impl fmt::Display for ParseLevelError { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/
H A Dlib.rs1444 pub struct ParseLevelError(()); struct
1446 impl fmt::Display for ParseLevelError { implementation
1454 impl error::Error for ParseLevelError {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dlib.rs1491 pub struct ParseLevelError(()); struct
1493 impl fmt::Display for ParseLevelError { implementation
1501 impl error::Error for ParseLevelError {} implementation