Trait ra_ap_hir_def::Lookup[][src]

pub trait Lookup {
    type Data;
    fn lookup(&self, db: &dyn DefDatabase) -> Self::Data;
}

Associated Types

Loading content...

Required methods

fn lookup(&self, db: &dyn DefDatabase) -> Self::Data[src]

Loading content...

Implementors

Loading content...