Trait libflo_error::WrapError [] [src]

pub trait WrapError {
    fn wrap_error_to_err<TResult>(self) -> AppscrapsResult<TResult>;
    fn wrap_error_to_error(self) -> AppscrapsError;
}

Required Methods

Implementors