rustc_
middle
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
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>