Trait void::ResultVoidExt

source ·
pub trait ResultVoidExt<T>: Sized {
    fn void_unwrap(self) -> T;
}
Expand description

Extensions to Result<T, Void>

Required Methods§

Get the value out of a wrapper.

Implementations on Foreign Types§

Get the value out of an always-ok Result.

Never panics, since it is statically known to be Ok.

Implementors§