Struct grep_cli::ParseSizeError [−][src]
pub struct ParseSizeError { /* fields omitted */ }
Expand description
An error that occurs when parsing a human readable size description.
This error provides an end user friendly message describing why the description coudln’t be parsed and what the expected format is.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ParseSizeError
impl Send for ParseSizeError
impl Sync for ParseSizeError
impl Unpin for ParseSizeError
impl UnwindSafe for ParseSizeError
Blanket Implementations
Mutably borrows from an owned value. Read more