pub fn in_place<'tcx, Q, F>( cx: &ConstCx<'_, 'tcx>, in_local: &mut F, place: PlaceRef<'tcx>, ) -> boolwhere Q: Qualif, F: FnMut(Local) -> bool,
Returns true if this Place contains qualif Q.
true
Place
Q