pub trait AnyhowErrorExt<T> {
    // Required method
    fn bterr(self) -> Result<T>;
}

Required Methods§

source

fn bterr(self) -> Result<T>

Implementations on Foreign Types§

source§

impl<T> AnyhowErrorExt<T> for Result<T>

source§

fn bterr(self) -> Result<T>

Implementors§