Skip to main content

FILE_LOCK_MODE

Constant FILE_LOCK_MODE 

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

Mode of lock or operation such as documented by POSIX

§Notes

§Examples

  • "ADVISORY"
  • "MANDATORY"
  • "BREAKING"
  • "ACTIVE"
  • "BREAKER"