Struct num_traits::ParseFloatError[][src]

pub struct ParseFloatError {
    pub kind: FloatErrorKind,
}

Fields

Trait Implementations

impl Debug for ParseFloatError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseFloatError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations