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

Required Methods§

Implementors§