Struct human_size::InvalidValueError[][src]

pub struct InvalidValueError;

The error returned when trying to create a new SpecificSize with an invalid value.

Trait Implementations

impl Copy for InvalidValueError
[src]

impl Clone for InvalidValueError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvalidValueError
[src]

Formats the value using the given formatter. Read more

impl Eq for InvalidValueError
[src]

impl PartialEq for InvalidValueError
[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 InvalidValueError
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidValueError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations