Trait otter_api_tests::ResultVoidExt [−]
pub trait ResultVoidExt<T> {
fn void_unwrap(self) -> T;
}Expand description
Extensions to Result<T, Void>
Required methods
fn void_unwrap(self) -> T
fn void_unwrap(self) -> TGet the value out of a wrapper.
Implementors
impl<T> ResultVoidExt<T> for Result<T, Void>