Searched defs:ParseBoolError (Results 1 – 2 of 2) sorted by relevance
140 pub struct ParseBoolError; struct143 impl fmt::Display for ParseBoolError { implementation150 impl Error for ParseBoolError { implementation
605 fn from_str(s: &str) -> Result<bool, ParseBoolError> { in from_str() argument