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

pub trait ChildBySource {
    fn child_by_source(&self, db: &dyn DefDatabase) -> DynMap;
}

Required methods

fn child_by_source(&self, db: &dyn DefDatabase) -> DynMap[src]

Loading content...

Implementors

impl ChildBySource for DefWithBodyId[src]

impl ChildBySource for GenericDefId[src]

impl ChildBySource for VariantId[src]

impl ChildBySource for ItemScope[src]

impl ChildBySource for EnumId[src]

impl ChildBySource for ImplId[src]

impl ChildBySource for ModuleId[src]

impl ChildBySource for TraitId[src]

Loading content...