Struct grep_cli::ParseSizeError[][src]

pub struct ParseSizeError { /* fields omitted */ }

An error that occurs when parsing a human readable size description.

This error provides a end user friendly message describing why the description coudln't be parsed and what the expected format is.

Trait Implementations

impl Clone for ParseSizeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseSizeError
[src]

Formats the value using the given formatter. Read more

impl Eq for ParseSizeError
[src]

impl PartialEq for ParseSizeError
[src]

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

This method tests for !=.

impl Error for ParseSizeError
[src]

This method is soft-deprecated. Read more

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

impl Display for ParseSizeError
[src]

Formats the value using the given formatter. Read more

impl From<ParseSizeError> for Error
[src]

Performs the conversion.

Auto Trait Implementations