Function cargo::util::errors::caused_human [] [src]

pub fn caused_human<S, E>(error: S, cause: E) -> Box<CargoError> where S: Display, E: Error + Send + 'static