Lines Matching refs:ParseLevelError
512 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()
1559 ("asdf", Err(ParseLevelError(()))), in test_level_from_str()