rustc_middle
1.78.0-dev
IsIdentity
Required Methods
is_identity
Implementors
In rustc_middle::ty
?
Trait
rustc_middle
::
ty
::
IsIdentity
source
·
[
−
]
pub trait IsIdentity { // Required method fn
is_identity
(&self) ->
bool
; }
Required Methods
§
source
fn
is_identity
(&self) ->
bool
Implementors
§
source
§
impl<'tcx>
IsIdentity
for
CanonicalUserType
<'tcx>