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