deref_place_pointee_ty

Function deref_place_pointee_ty 

Source
fn deref_place_pointee_ty<'tcx>(
    body: &Body<'tcx>,
    place: &Place<'tcx>,
) -> Option<Ty<'tcx>>
Expand description

Return the pointee type of the raw pointer being dereferenced.