Type Alias pallet_message_queue::PageOf

source ·
pub type PageOf<T> = Page<<T as Config>::Size, <T as Config>::HeapSize>;
Expand description

The Page of this pallet.

Aliased Type§

struct PageOf<T> { /* private fields */ }