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