Enum file_lock::Error [] [src]

pub enum Error {
    Errno(i32),
}

Represents the error that occurred while trying to lock or unlock a file.

Variants

Errno

Caused when the error occurred at the filesystem layer (see errno).

Trait Implementations

Derived Implementations

impl PartialEq for Error

fn eq(&self, __arg_0: &Error) -> bool

fn ne(&self, __arg_0: &Error) -> bool

impl Eq for Error

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result