Type Alias gear_core::memory::PageBufInner
source · pub type PageBufInner = LimitedVec<u8, IntoPageBufError, { _ }>;
Expand description
Alias for inner type of page buffer.
Aliased Type§
struct PageBufInner(/* private fields */);