pub trait ResultVoidErrExt<E> {
fn void_unwrap_err(self) -> E;
}Expand description
Extensions to Result<Void, E>
Required Methods
fn void_unwrap_err(self) -> E
fn void_unwrap_err(self) -> E
Get the error out of a wrapper.
pub trait ResultVoidErrExt<E> {
fn void_unwrap_err(self) -> E;
}Extensions to Result<Void, E>
Get the error out of a wrapper.