Function err_other

Source
pub fn err_other<E>(error: E) -> Error
where E: Into<Box<dyn Error + Send + Sync>>,
Expand description

Standin until std::io::Error::other is stablized.