rustc_
middle
1.84.0-nightly
(81eef2d36 2024-11-11)
IsIdentity
Required Methods
is_identity
Implementors
In rustc_
middle::
ty
rustc_middle
::
ty
Trait
IsIdentity
Copy item path
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>