pub trait IntoAnyhowDogError {
// Required method
fn into_anyhow(self) -> AnyError;
}Expand description
Convenience trait: convert a DogError into anyhow::Error.
pub trait IntoAnyhowDogError {
// Required method
fn into_anyhow(self) -> AnyError;
}Convenience trait: convert a DogError into anyhow::Error.