macro_rules! debug_assert_same_with {
($($arg:tt)*) => { ... };
}Expand description
Asserts that two values are structurally the same with custom options (debug builds only).
Like assert_same_with!, but only enabled in debug builds.
macro_rules! debug_assert_same_with {
($($arg:tt)*) => { ... };
}Asserts that two values are structurally the same with custom options (debug builds only).
Like assert_same_with!, but only enabled in debug builds.