pub trait IntoAnyhow<T> {
// Required method
fn into_anyhow(self) -> Result<T>;
}Expand description
Helper functions for converting errors
pub trait IntoAnyhow<T> {
// Required method
fn into_anyhow(self) -> Result<T>;
}Helper functions for converting errors