std::assert_matches - Rust (original) (raw)

std

Module assert_matches

Source

🔬This is a nightly-only experimental API. (assert_matches #82775)

Expand description

Unstable module containing the unstable assert_matches macro.

Macros§

assert_matchesExperimental

Asserts that an expression matches the provided pattern.

debug_assert_matchesExperimental

Asserts that an expression matches the provided pattern.