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 ParseSizeErrorimpl Send for ParseSizeErrorimpl Sync for ParseSizeErrorimpl Unpin for ParseSizeErrorimpl UnwindSafe for ParseSizeErrorBlanket Implementations
Mutably borrows from an owned value. Read more