Macro assert_impl::assert_impl[][src]

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