Expand description
This crate provides helpers for working with Nullables as described by James Shore in Testing without Mocks.
Macros§
- nullable_
wrapper - Create a wrapper enum for switching (internal) implementations efficiently.
Structs§
- Output
Listener Listener
implements the emitter side of the [Output Tracking pattern].- Output
Tracker Tracker
implements the receiver side of the [Output Tracking pattern].
Enums§
- Nulled
Responses NulledResponses
helps with implementing Configurable Responses for Nullable types.