pub trait LockStateChecker: Debug {
// Required method
fn test(&self, value: LockState) -> bool;
}
Expand description
A lock state checker.
pub trait LockStateChecker: Debug {
// Required method
fn test(&self, value: LockState) -> bool;
}
A lock state checker.