pub trait LockInfo {
    type Writable: Bool;
}
Expand description

Specifies properties of a lock.

Required Associated Types

Determines if the data protected by a lock is writable.

Implementors