Trait core_allocator::CoreAllocator[][src]

pub trait CoreAllocator: Sync {
    fn allocate_core(&self) -> Option<CoreGroup>;
}

Required methods

Implementors