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