pub trait AbstractExecutableDefinition: Into<ExecutableDefinition<Self::OperationDefinition, Self::FragmentDefinition>> {
type OperationDefinition: AbstractOperationDefinition;
type FragmentDefinition: FragmentDefinition;
}pub trait AbstractExecutableDefinition: Into<ExecutableDefinition<Self::OperationDefinition, Self::FragmentDefinition>> {
type OperationDefinition: AbstractOperationDefinition;
type FragmentDefinition: FragmentDefinition;
}