Module wrap

Source
Expand description

Wrappers for using Locked features on newtypes.

Modules§

disable
prelude
A prelude to include all the wrapper traits into scope and thus wrappers can be used as if they were raw Locked instances.

Traits§

LockedWrapper
A trait implemented by newtypes on Locked
LockedWrapperApi
Provides an API with the same shape as Locked for any type implementing LockedWrapper.
LockedWrapperUnlockedApi
Provides an API with the same shape as Locked for any type implementing LockedWrapper.