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