AllocRangeHelpers

Trait AllocRangeHelpers 

Source
pub trait AllocRangeHelpers<'tcx> {
    // Required method
    fn alloc_range(&self, offset: Size, size: Size) -> AllocRange;
}

Required Methods§

Source

fn alloc_range(&self, offset: Size, size: Size) -> AllocRange

Implementors§

Source§

impl<'tcx, B: Bridge> AllocRangeHelpers<'tcx> for CompilerCtxt<'tcx, B>