Trait mango_v4_client::AnyhowWrap
source · pub trait AnyhowWrap {
type Value;
// Required method
fn map_err_anyhow(self) -> Result<Self::Value>;
}
Expand description
Some Result<> types don’t convert to anyhow::Result nicely. Force them through stringification.