Macro static_assertions::assert_impl[][src]

macro_rules! assert_impl {
    ($($xs:tt)+) => { ... };
}
👎 Deprecated since 0.3.4:

please use assert_impl_all! instead

Expand description

Asserts that the type implements all of the given traits.

This is an alias for assert_impl_all!.