☰
Type Definition PolyTraitRef
Methods
def_id
self_ty
to_poly_trait_predicate
Other items in
rustc_middle
::
ty
::
sty
All crates
?
Type Definition
rustc_middle
::
ty
::
sty
::
PolyTraitRef
[
−
]
[src]
pub type PolyTraitRef<'tcx> =
Binder
<'tcx,
TraitRef
<'tcx>>;
Implementations
[src]
impl<'tcx>
PolyTraitRef
<'tcx>
[src]
pub fn
self_ty
(&self) ->
Binder
<'tcx,
Ty
<'tcx>>
[src]
pub fn
def_id
(&self) ->
DefId
[src]
pub fn
to_poly_trait_predicate
(&self) ->
PolyTraitPredicate
<'tcx>