Trait otter_api_tests::ResultVoidExt[]

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

Extensions to Result<T, Void>

Required methods

Get the value out of a wrapper.

Implementors

Get the value out of an always-ok Result.

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