Trait cooptex::lock_in_order::LockMaybe[][src]

pub trait LockMaybe {
    type Output;
    type Maybe: LockOrder<Locked = Self::Output>;
    fn as_maybe(self) -> Self::Maybe;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors