pub type Error = Error;
Expand description
Command Line Argument Parser Error
See Command::error
to create an error.
Aliased Typeยง
struct Error { /* private fields */ }
pub type Error = Error;
Command Line Argument Parser Error
See Command::error
to create an error.
struct Error { /* private fields */ }