Module rustc_std_workspace_core::asserting
source · 🔬This is a nightly-only experimental API. (
generic_assert_internals
)Structs
- CaptureExperimentalAll possible captured
assert!
elements - TryCaptureWithDebugExperimentalMarker used by Capture
- TryCaptureWithoutDebugExperimentalMarker used by Capture
- WrapperExperimentalNecessary for the implementations of
TryCapture*
Traits
- PrintableExperimentalTells which elements can be copied and displayed
- TryCaptureGenericExperimentalCatches an arbitrary
E
and modifiesto
accordingly - TryCapturePrintableExperimentalCatches an arbitrary
E: Printable
and modifiesto
accordingly