macro_rules! assert_not_impl_all {
    ($($t:tt)*) => { ... };
}
👎Deprecated since 1.2.0: Please use the ‘assert_impl_not_all’ macro instead
Expand description

Asserts that the type does not implement all of the given traits.

This macro has been deprecated in favor of assert_impl_not_all!.