Struct file_lock::Lock [] [src]

pub struct Lock {
    // some fields omitted
}

Represents a lock on a file.

Trait Implementations

impl Drop for Lock
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more