Trait void::ResultVoidExt [] [src]

pub trait ResultVoidExt<T>: Sized {
    fn void_unwrap(self) -> T;
}
[]

Extensions to Result<T, Void>

Required Methods

[]

Get the value out of a wrapper.

Implementors