Struct collections::str::ParseBoolError 1.0.0
[−]
[src]
pub struct ParseBoolError { /* fields omitted */ }An error returned when parsing a bool using from_str fails
Trait Implementations
impl PartialEq<ParseBoolError> for ParseBoolError[src]
fn eq(&self, __arg_0: &ParseBoolError) -> bool[src]
fn ne(&self, __arg_0: &ParseBoolError) -> bool[src]
impl Display for ParseBoolError[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more