Trait pdl_compiler::ast::Annotation
source · pub trait Annotation: Debug + Serialize {
type FieldAnnotation: Default + Debug + Clone;
type DeclAnnotation: Default + Debug + Clone;
}
pub trait Annotation: Debug + Serialize {
type FieldAnnotation: Default + Debug + Clone;
type DeclAnnotation: Default + Debug + Clone;
}