macro_rules! assert_not_impl_any {
($($t:tt)*) => { ... };
}👎Deprecated since 1.2.0: Please use the ‘assert_impl_not_any’ macro instead
Expand description
Asserts that the type does not implement any of the given traits.
This macro has been deprecated in favor of
assert_impl_not_any!.