Trait bluejay_core::executable::FragmentSpread
source · pub trait FragmentSpread {
type Directives: VariableDirectives;
// Required methods
fn name(&self) -> &str;
fn directives(&self) -> &Self::Directives;
}