Trait ledb::ResultWrap

source ·
pub trait ResultWrap<T> {
    fn wrap_err(self) -> Result<T>;
}
Expand description

The helper for converting results with different error types into generic result

Required Methods§

Implementations on Foreign Types§

Convert result

Implementors§