Struct bitflags::__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.

Trait Implementations

impl Error for ParseFloatError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>