Struct std::str::ParseBoolError  
            
                [−]
            
        [src]
pub struct ParseBoolError {
    // some fields omitted
}An error returned when parsing a bool from a string fails.
pub struct ParseBoolError {
    // some fields omitted
}An error returned when parsing a bool from a string fails.
impl Display for ParseBoolErrorimpl Error for ParseBoolErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl PartialEq<ParseBoolError> for ParseBoolErrorfn eq(&self, __arg_0: &ParseBoolError) -> boolfn ne(&self, __arg_0: &ParseBoolError) -> boolimpl Clone for ParseBoolErrorfn clone(&self) -> ParseBoolErrorfn clone_from(&mut self, source: &Self)impl Debug for ParseBoolError
                    Prefix searches with a type followed by a colon (e.g.
                    fn:) to restrict the search to a given type.
                
                    Accepted types are: fn, mod,
                    struct, enum,
                    trait, type, macro,
                    and const.
                
                    Search functions by type signature (e.g.
                    vec -> usize)