pub fn err_from<E>(e: E) -> Errorwhere E: Error + Send + Sync + 'static,
Convert any std::error::Error into the crate-wide Error.
std::error::Error
Error