Trait rotor::void::ResultVoidExt
[−]
[src]
pub trait ResultVoidExt<T> { fn void_unwrap(self) -> T; }
Extensions to Result<T, Void>
Required Methods
fn void_unwrap(self) -> T
Get the value out of a wrapper.