Flockable

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

Available on crate feature fs and neither Redox nor Solaris only.
Source§

impl Flockable for OwnedFd

Available on crate feature fs and neither Redox nor Solaris only.

Implementors§