Module riker_testkit::probe[][src]

Modules

channel

The channel module provides an std::sync::mpsc::channel() based Probe that is suitable for use in a single, local application. This Probe cannot be serialized.

macros

Macros that provide easy use of Probes

Traits

Probe
ProbeReceive