Skip to main content

FILE_LOCK_MECHANISM

Constant FILE_LOCK_MECHANISM 

pub const FILE_LOCK_MECHANISM: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The lock mechanism such as noted by POSIX

§Notes

§Examples

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