macro_rules! assert_implemented_for {
    ($scalar: ty, $implementor: ty $(, $interfaces: ty)* $(,)?) => { ... };
}
Expand description

Asserts that #[graphql_interface(for = ...)] has all the types referencing this interface in the impl = ... attribute argument.

Symmetrical to [assert_interfaces_impls!].