pub trait IntoAnyhow<T> {
// Required method
fn into_anyhow(self) -> Result<T>;
}Expand description
Conversion helpers for anyhow integration
pub trait IntoAnyhow<T> {
// Required method
fn into_anyhow(self) -> Result<T>;
}Conversion helpers for anyhow integration