Module core::assert_matches
source · [−]Expand description
Unstable module containing the unstable assert_matches
macro.
Re-exports
pub use crate::macros::debug_assert_matches;
Experimental
Macros
assert_matchesExperimental
Asserts that an expression matches any of the given patterns.