Function wrap

Source
pub fn wrap<T, S>(original: T, message: S) -> WrappedError
where T: Display, S: Into<String>,