Skip to main content

wrap_error

Function wrap_error 

Source
pub fn wrap_error<E>(source: E) -> Error
where E: 'static + Error + Sync + Send,