Skip to main content

wrap_error

Function wrap_error 

Source
pub fn wrap_error<E>(error: E, message: impl Into<String>) -> RokError
where E: Error + Send + Sync + 'static,