trait RustcPeekAt<'tcx>: Analysis<'tcx> {
// Required method
fn peek_at(
&self,
tcx: TyCtxt<'tcx>,
place: Place<'tcx>,
state: &Self::Domain,
call: PeekCall,
);
}
Required Methods§
fn peek_at( &self, tcx: TyCtxt<'tcx>, place: Place<'tcx>, state: &Self::Domain, call: PeekCall, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.