Module asserting

Source
🔬This is a nightly-only experimental API. (generic_assert_internals #44838)

Structs§

CaptureExperimental
All possible captured assert! elements
TryCaptureWithDebugExperimental
Marker used by Capture
TryCaptureWithoutDebugExperimental
Marker used by Capture
WrapperExperimental
Necessary for the implementations of TryCapture*

Traits§

PrintableExperimental
Tells which elements can be copied and displayed
TryCaptureGenericExperimental
Catches an arbitrary E and modifies to accordingly
TryCapturePrintableExperimental
Catches an arbitrary E: Printable and modifies to accordingly