ImplicitOperationDefinition

Trait ImplicitOperationDefinition 

Source
pub trait ImplicitOperationDefinition {
    type SelectionSet: SelectionSet;

    // Required method
    fn selection_set(&self) -> &Self::SelectionSet;
}

Required Associated Types§

Required Methods§

Source

fn selection_set(&self) -> &Self::SelectionSet

Implementors§