Trait cooptex::lock_in_order::LockSequence[][src]

pub trait LockSequence {
    type Output;
    fn lock_in_order(self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors