Type Alias paralegal_spdg::rustc::mir::PlaceElem

source ·
pub type PlaceElem<'tcx> = ProjectionElem<Local, Ty<'tcx>>;
Expand description

Alias for projections as they appear in places, where the base is a place and the index is a local.