☰
Trait Lift
Associated Types
Abstract
Required Methods
lift
Implementations on Foreign Types
Local
Operand<'tcx>
PlaceElem<'tcx>
Ty<'tcx>
Implementors
Other items in
rustc_mir_dataflow
::
move_paths
::
abs_domain
All crates
?
Trait
rustc_mir_dataflow
::
move_paths
::
abs_domain
::
Lift
[
−
]
[src]
pub trait Lift { type
Abstract
; fn
lift
(&self) -> Self::
Abstract
; }
Associated Types
[src]
type
Abstract
Required methods
[src]
fn
lift
(&self) -> Self::
Abstract
Implementations on Foreign Types
[src]
impl<'tcx>
Lift
for
Operand
<'tcx>
type
Abstract
=
AbstractOperand
[src]
fn
lift
(&self) -> Self::
Abstract
[src]
impl
Lift
for
Local
type
Abstract
=
AbstractOperand
[src]
fn
lift
(&self) -> Self::
Abstract
[src]
impl<'tcx>
Lift
for
Ty
<'tcx>
type
Abstract
=
AbstractType
[src]
fn
lift
(&self) -> Self::
Abstract
[src]
impl<'tcx>
Lift
for
PlaceElem
<'tcx>
type
Abstract
=
ProjectionElem
<
AbstractOperand
,
AbstractType
>
[src]
fn
lift
(&self) -> Self::
Abstract
Implementors