Trait bluejay_core::executable::Selection
source · pub trait Selection: Sized {
type Field: Field;
type FragmentSpread: FragmentSpread<Directives = <Self::Field as Field>::Directives>;
type InlineFragment: InlineFragment<Directives = <Self::Field as Field>::Directives>;
// Required method
fn as_ref(&self) -> SelectionReference<'_, Self>;
}Required Associated Types§
type Field: Field
type FragmentSpread: FragmentSpread<Directives = <Self::Field as Field>::Directives>
type InlineFragment: InlineFragment<Directives = <Self::Field as Field>::Directives>
Required Methods§
fn as_ref(&self) -> SelectionReference<'_, Self>
Object Safety§
This trait is not object safe.