Skip to main content

err_from

Function err_from 

Source
pub fn err_from<E>(e: E) -> Error
where E: Error + Send + Sync + 'static,
Expand description

Convert any std::error::Error into the crate-wide Error.