Type Alias gear_core::buffer::RuntimeBuffer
source · pub type RuntimeBuffer = LimitedVec<u8, RuntimeBufferSizeError, RUNTIME_MAX_BUFF_SIZE>;
Expand description
Buffer which size cannot be bigger then max allowed allocation size in runtime.
Aliased Type§
struct RuntimeBuffer(/* private fields */);