Macro assert_impl

Source
macro_rules! assert_impl {
    ($trait:path: $($ty:ty),+) => { ... };
    (!$trait:path: $($ty:ty),+) => { ... };
    ($trait:path: $($ty:ty,)+) => { ... };
    (!$trait:path: $($ty:ty,)+) => { ... };
}