pub(crate) trait Lift {
    // Required method
    fn lift(&self) -> ProjectionKind;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'tcx> Lift for PlaceElem<'tcx>

Implementors§