Trait appscraps_dll_error::WrapErr [] [src]

pub trait WrapErr<TResult> {
    fn wrap_err_to_err(self) -> GraphyDllErrorResult<TResult>;
}

Required Methods

Implementors