pub trait AstDiagnostic {
    type AST;

    fn ast(&self, db: &dyn HirDatabase) -> Self::AST;
}

Required Associated Types§

Required Methods§

Implementors§