pub trait Annotation: Debug + Serialize {
    type FieldAnnotation: Default + Debug + Clone;
    type DeclAnnotation: Default + Debug + Clone;
}

Required Associated Types§

Implementors§

source§

impl Annotation for pdl_compiler::analyzer::ast::Annotation

source§

impl Annotation for pdl_compiler::parser::ast::Annotation