pub fn lock<P: AsRef<Path>>(file_path: &LockPath<P>) -> Result<LockGuard>
Expand description

Locks the file in a blocking manner.

Errors

Propagates any std::io::Errors caused by opening / locking the file.