rapx::analysis::rcanary

Trait IcxSliceMut

source
pub trait IcxSliceMut<'tcx, 'ctx, 'o> {
    // Required methods
    fn icx_slice(&'o self) -> &'o IcxSliceFroBlock<'tcx, 'ctx>;
    fn icx_slice_mut(&'o mut self) -> &'o mut IcxSliceFroBlock<'tcx, 'ctx>;
}

Required Methods§

source

fn icx_slice(&'o self) -> &'o IcxSliceFroBlock<'tcx, 'ctx>

source

fn icx_slice_mut(&'o mut self) -> &'o mut IcxSliceFroBlock<'tcx, 'ctx>

Implementors§

source§

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