Struct core::num::ParseFloatError
[−]
[src]
pub struct ParseFloatError { // some fields omitted }1.0.0
An error which can be returned when parsing a float.
This error is used as the error type for the FromStr
implementation
for f32
and f64
.
Methods
impl ParseFloatError
fn __description(&self) -> &str
Unstable (
int_error_internals
): available through Error trait and this method should not be exposed publicly