Structs§
- AndSpec
- Callback
- Create a callback
- False
- Invert
- Locked
Writer - A sharable, locked writer
- OrSpec
- Semi
Shared - A semi shared allows for one instance of RW access, and many access of Read
- Semi
Shared Reader - Has only read access over the underlying value.
- Semi
Shared Writer - Has only read access over the underlying value.
- True
Enums§
Traits§
Functions§
- measure_
time - Perform a function then report how long it took
- move_
from_ deref - not
- Inverts the output of a spec
- spec
- Create a spec using a callback
- try_
Type Aliases§
- Shared
- A type that can be shared between multiple values.