Struct core::num::ParseFloatError
[-] [+]
[src]
pub struct ParseFloatError { pub kind: FloatErrorKind, }
Unstable
An error which can be returned when parsing a float.
Fields
kind | Unstable |
Methods
impl ParseFloatError
fn description(&self) -> &str
Unstable
: available through Error trait