pub trait OperandExt<'tcx> { // Required method fn as_place(&self) -> Option<Place<'tcx>>; }
Extension trait for Operand.
Operand
Extracts the Place inside an Operand if it exists.
Place