pub trait PhysMemoryAllocatorExt:
    IsA<PhysMemoryAllocator>
    + Sealed
    + 'static { }
Expand description

Trait containing all PhysMemoryAllocator methods.

§Implementors

PhysMemoryAllocator

Object Safety§

This trait is not object safe.

Implementors§