Type Alias PolyTraitRef

pub type PolyTraitRef<'db> = Binder<DbInterner<'db>, TraitRef<DbInterner<'db>>>;

Aliased Typeยง

pub struct PolyTraitRef<'db> { /* private fields */ }