Trait graphql_tools::ast::ext::AbstractTypeDefinitionExtension[][src]

pub trait AbstractTypeDefinitionExtension {
    fn is_implemented_by(
        &self,
        other_type: &dyn ImplementingInterfaceExtension
    ) -> bool; }

Required methods

Implementors