Expand description
Wrapper guards around fs2 crate.
First move your file handle into a LockableFile via
From/Into. Then call locking methods on that to get a guard with
access to the file handle.
Structs§
- Exclusive
File Lock - Lockable
File - Shared
File Lock - Standalone
Exclusive File Lock - The self-referencing struct.
Enums§
- Lock
Status - Information about what kind of lock is held
- Standalone
File Lock Error