Struct core::num::ParseFloatError 1.0.0
[−]
[src]
pub struct ParseFloatError {
// some fields omitted
}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[src]
fn __description(&self) -> &str
Unstable (
int_error_internals): available through Error trait and this method should not be exposed publicly