Trait mun_hir::diagnostics::AstDiagnostic[][src]

pub trait AstDiagnostic {
    type AST;
    fn ast(&self, db: &dyn HirDatabase) -> Self::AST;
}

Associated Types

Loading content...

Required methods

fn ast(&self, db: &dyn HirDatabase) -> Self::AST[src]

Loading content...

Implementors

Loading content...