pub trait LockInfo { type Writable: Bool; }
Specifies properties of a lock.
Determines if the data protected by a lock is writable.