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

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.