Type Definition clap::error::Result

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

Short hand for Result type