pub trait PlaceExt {
// Required methods
fn ty(
&self,
genv: GlobalEnv<'_, '_>,
local_decls: &LocalDecls,
) -> QueryResult<PlaceTy>;
fn behind_raw_ptr(
&self,
genv: GlobalEnv<'_, '_>,
local_decls: &LocalDecls,
) -> QueryResult<bool>;
}