Trait cooptex::lock_in_order::LockOrder[][src]

pub trait LockOrder {
    type Locked;
    fn lock_in_order(self, bound: Bound) -> Self;
fn as_locked(self) -> Self::Locked; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors