Structs

Create a callback
A sharable, locked writer
A semi shared allows for one instance of RW access, and many access of Read
Has only read access over the underlying value.
Has only read access over the underlying value.

Enums

Traits

A generic way of performing an action on some type

Functions

Perform a function then report how long it took
Inverts the output of a spec
Create a spec using a callback

Type Definitions

A type that can be shared between multiple values.