Type Alias midenc_driver::ClapError

source ·
pub type ClapError = Error;
Expand description

Command Line Argument Parser Error

See Command::error to create an error.

Aliased Type§

struct ClapError { /* private fields */ }