Trait Rcx

Source
pub trait Rcx<'tcx, 'o, 'a> {
    // Required methods
    fn rcx(&'o self) -> &'a rCanary<'tcx>;
    fn tcx(&'o self) -> TyCtxt<'tcx>;
}

Required Methods§

Source

fn rcx(&'o self) -> &'a rCanary<'tcx>

Source

fn tcx(&'o self) -> TyCtxt<'tcx>

Implementors§

Source§

impl<'tcx, 'ctx, 'o, 'a> Rcx<'tcx, 'o, 'a> for IntraFlowAnalysis<'tcx, 'ctx, 'a>