Skip to main content

FILE_LOCK_MECHANISM

Constant FILE_LOCK_MECHANISM 

Source
pub const FILE_LOCK_MECHANISM: &'static str;
Expand description

The lock mechanism such as noted by POSIX

§Notes

§Examples

  • "POSIX"
  • "FLOCK"
  • "DELEG"
  • "LEASE"