Struct std::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.