Trait cluFlock::FlockLock

source ·
pub trait FlockLock: Debug + AsRef<File> + Deref<Target = File> { }
Expand description

The trait describing the working flock blocking

Implementors§