Trait pdl_compiler::ast::Annotation
source · pub trait Annotation: Debug + Serialize {
type FieldAnnotation: Default + Debug + Clone;
type DeclAnnotation: Default + Debug + Clone;
}
Required Associated Types§
type FieldAnnotation: Default + Debug + Clone
type DeclAnnotation: Default + Debug + Clone
Object Safety§
This trait is not object safe.