pub unsafe trait DisabledLockWrapper { }
Expand description
A trait enabling LockedDisabledWrapperApi
.
§Safety
This is marked as unsafe to steer careful usage of the lock ordering types. Any type implementing this must take care to use the appropriate wrapper API and have alternative compilation configurations that enforce the lock order.