Home
last modified time | relevance | path

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

/external/rust/crates/log/src/
Dlib.rs512 type Err = ParseLevelError;
522 ParseLevelError(()), in from_str()
675 type Err = ParseLevelError;
682 ParseLevelError(()), in from_str()
1429 pub struct ParseLevelError(()); struct
1431 impl fmt::Display for ParseLevelError { implementation
1439 impl error::Error for ParseLevelError {} implementation
1520 use super::{Level, LevelFilter, ParseLevelError};
1538 ("asdf", Err(ParseLevelError(()))), in test_levelfilter_from_str()
1548 ("OFF", Err(ParseLevelError(()))), in test_level_from_str()
[all …]