Module utilities

Source

Structs§

AndSpec
Callback
Create a callback
False
Invert
LockedWriter
A sharable, locked writer
OrSpec
SemiShared
A semi shared allows for one instance of RW access, and many access of Read
SemiSharedReader
Has only read access over the underlying value.
SemiSharedWriter
Has only read access over the underlying value.
True

Enums§

Work

Traits§

Action
A generic way of performing an action on some type
ArcExt
AsAny
AsAnyMut
InstanceOf
Spec

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.