Trait RcxMut

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

Required Methods§

Source

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

Source

fn rcx_mut(&'o mut self) -> &'o mut rCanary<'tcx>

Source

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

Implementors§

Source§

impl<'tcx, 'o, 'a> RcxMut<'tcx, 'o, 'a> for FlowAnalysis<'tcx, 'a>