Enum file_lock::Error [] [src]

pub enum Error {
    Errno(i32),
}

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

Variants

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

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Eq for Error
[src]

impl PartialEq for Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.