Trait libflo_std::WrapErr [] [src]

pub trait WrapErr<TResult> {
    fn wrap_err_to_err(self) -> Result<TResult, Error>;
}

Required Methods

Implementors