Type Definition pretty_exec::clap::Result

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

Short hand for Result type