Function influxive_core::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.