Searched defs:ParseLevelError (Results 1 – 2 of 2) sorted by relevance
551 impl crate::stdlib::error::Error for ParseLevelError {} implementation555 fn from_str(s: &str) -> Result<Self, ParseLevelError> { in from_str() argument805 pub struct ParseLevelError { struct809 impl fmt::Display for ParseLevelError { argument
1559 pub struct ParseLevelError(()); struct1561 impl fmt::Display for ParseLevelError { implementation1569 impl error::Error for ParseLevelError {} implementation