pub trait ErrorExt<T> {
    fn or_err(self, s: impl ToString) -> Result<T, Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§