Trait cluFlock::FlockUnlock

source ·
pub trait FlockUnlock: FlockLock {
    type ResultUnlock;

    fn unlock(self) -> Self::ResultUnlock;
}
Expand description

Trait of ‘FlockLock’ with a possibility of removal of blocking.

Required Associated Types§

Required Methods§

Implementors§