pub type HeapSizeU32Of<T> = IntoU32<<T as Config>::HeapSize, <T as Config>::Size>;
Expand description

The maximal heap size of a page.

Aliased Type§

struct HeapSizeU32Of<T>(/* private fields */);