Macro cynic::assert_impl

source ·
macro_rules! assert_impl {
    ($type:ty [$($impl_generics: tt)*] [$($where_clause: tt)*]: $($trait:path),+ $(,)?) => { ... };
}
Expand description

Asserts that the type implements all of the given traits.