Trait ra_ap_hir_def::child_by_source::ChildBySource[][src]

pub trait ChildBySource {
    fn child_by_source_to(&self, db: &dyn DefDatabase, map: &mut DynMap);

    fn child_by_source(&self, db: &dyn DefDatabase) -> DynMap { ... }
}

Required methods

Provided methods

Implementors