Struct num_traits::ParseFloatError [] [src]

pub struct ParseFloatError {
    pub kind: FloatErrorKind,
}

Fields

Trait Implementations

impl Debug for ParseFloatError
[src]

[src]

Formats the value using the given formatter.

impl Display for ParseFloatError
[src]

[src]

Formats the value using the given formatter. Read more