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 */);

Trait Implementations§

source§

impl<T: Get<O>, O: Into<u32>> Get<u32> for IntoU32<T, O>

source§

fn get() -> u32

Return the current value.