Trait CoreAllocator

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

Required Methods§

Implementors§