pub trait TraitRefExt {
    fn hir_trait_id(&self) -> TraitId;
}

Required Methods

Implementors