Trait cooptex::lock_in_order::Unwrap[][src]

pub trait Unwrap {
    type Output;
    fn unwrap(self) -> Self::Output;
}
Expand description

Unwrap a frunk::hlist of Results.

Analogous to Result::unwrap.

Associated Types

Required methods

Implementations on Foreign Types

Implementors