logo

Type Definition clap::error::Result

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

Short hand for Result type