Module rustc_std_workspace_std::assert_matches
source · 🔬This is a nightly-only experimental API. (
assert_matches
)Expand description
Unstable module containing the unstable assert_matches
macro.
Macros
- assert_matchesExperimentalAsserts that an expression matches any of the given patterns.
- debug_assert_matchesExperimentalAsserts that an expression matches any of the given patterns.