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