Struct core::str::ParseBoolError 1.0.0[−][src]
pub struct ParseBoolError { /* fields omitted */ }
Expand description
An error returned when parsing a bool
using from_str
fails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.