Type Alias gear_core::memory::PageBufInner

source ·
pub type PageBufInner = LimitedVec<u8, (), { _ }>;
Expand description

Alias for inner type of page buffer.

Aliased Type§

struct PageBufInner(/* private fields */);