pub trait FlockElement {
    type FilePtr;
    fn as_file_ptr(&self) -> Self::FilePtr;
}
Expand description

FlockElement is required to implement additional Flock locks.

Associated Types

Unix: RawFd, Win: RawHandle

Required methods

Implementations on Foreign Types

Implementors