Struct grep_cli::CommandError [−][src]
pub struct CommandError { /* fields omitted */ }
Expand description
An error that can occur while running a command and reading its output.
This error can be seamlessly converted to an io::Error
via a From
implementation.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CommandError
impl Send for CommandError
impl Sync for CommandError
impl Unpin for CommandError
impl !UnwindSafe for CommandError