Function wrapdbg

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