pub trait AllocImpl: Sealed + IntoGEMObject {
const ALLOC_OPS: AllocOps;
}
Expand description
Trait for memory manager implementations. Implemented internally.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait AllocImpl: Sealed + IntoGEMObject {
const ALLOC_OPS: AllocOps;
}
Trait for memory manager implementations. Implemented internally.