Skip to main content

ProjectionAnnotator

Trait ProjectionAnnotator 

Source
pub trait ProjectionAnnotator: Send + Sync {
    // Required methods
    fn name(&self) -> &str;
    fn annotate(&self, ctx: &ProjectionAnnotationContext<'_>) -> ProjectionHint;
}

Required Methods§

Implementors§