nix::fcntl

Trait Flockable

Source
pub unsafe trait Flockable: AsRawFd { }
Expand description

Represents valid types for flock.

§Safety

Types implementing this must not be Clone.

Implementations on Foreign Types§

Source§

impl Flockable for File

Source§

impl Flockable for OwnedFd

Implementors§