Struct ketos::integer::FromStrIntError [] [src]

pub struct FromStrIntError(_);

Error produced when failing to parse an Integer from &str.

Trait Implementations

impl Debug for FromStrIntError
[src]

Formats the value using the given formatter.

impl PartialEq for FromStrIntError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for FromStrIntError
[src]

Formats the value using the given formatter. Read more