Trait async_graphql::resolver_utils::EnumType
source · pub trait EnumType: Sized + Eq + Send + Copy + Sized + 'static {
// Required method
fn items() -> &'static [EnumItem<Self>];
}
Expand description
A GraphQL enum.
Required Methods§
Object Safety§
This trait is not object safe.