pub trait ImplicitOperationDefinition: Sized {
type SelectionSet: SelectionSet;
// Required method
fn selection_set(&self) -> &Self::SelectionSet;
}pub trait ImplicitOperationDefinition: Sized {
type SelectionSet: SelectionSet;
// Required method
fn selection_set(&self) -> &Self::SelectionSet;
}