Crate nullable_utils

source ·
Expand description

This crate provides helpers for working with Nullables as described by James Shore in Testing without Mocks.

Macros§

  • Create a wrapper enum for switching (internal) implementations efficiently.

Structs§

  • Listener implements the emitter side of the [Output Tracking pattern].
  • Tracker implements the receiver side of the [Output Tracking pattern].

Enums§