Module core::assert_matches [−][src]
Expand description
Unstable module containing the unstable assert_matches
macro.
Macros
assert_matches | Experimental Asserts that an expression matches any of the given patterns. |
debug_assert_matches | Experimental Asserts that an expression matches any of the given patterns. |