Type Definition pretty_exec::clap::error::Result

[]
pub type Result<T, E = Error<RichFormatter>> = Result<T, E>;
Expand description

Short hand for Result type