Skip to main content

AbstractAllocatorAllocation

Trait AbstractAllocatorAllocation 

Source
pub trait AbstractAllocatorAllocation {
    // Required method
    fn range(&self) -> Range<usize> ;
}

Required Methods§

Source

fn range(&self) -> Range<usize>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl AbstractAllocatorAllocation for sel4_abstract_allocator::bump::Allocation

Source§

impl AbstractAllocatorAllocation for sel4_abstract_allocator::basic::Allocation