Type Definition structopt::clap::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Short hand for Result type