from_error

Function from_error 

Source
pub fn from_error<T>(error: T) -> CliError
where T: Error + Send + Sync + 'static,