Trait ra_ap_hir_def::src::HasChildSource[][src]

pub trait HasChildSource<ChildId> {
    type Value;
    fn child_source(
        &self,
        db: &dyn DefDatabase
    ) -> InFile<ArenaMap<ChildId, Self::Value>>; }

Associated Types

Required methods

Implementors