IntoAnyhow

Trait IntoAnyhow 

Source
pub trait IntoAnyhow<T> {
    // Required method
    fn into_anyhow(self) -> Result<T>;
}
Expand description

Helper functions for converting errors

Required Methods§

Source

fn into_anyhow(self) -> Result<T>

Implementors§