Trait Flockable

unsafe trait Flockable: std::os::fd::AsRawFd

Represents valid types for flock.

Safety

Types implementing this must not be Clone.

Implementors