Trait libflo_std::WrapError [] [src]

pub trait WrapError {
    fn wrap_error_to_err<TResult>(self) -> Result<TResult, Error>;
    fn wrap_error_to_error(self) -> Error;
}

Required Methods

Implementors