Skip to main content

ValBuf

Type Alias ValBuf 

Source
pub type ValBuf = ValBuffer;
Expand description

Default inline-backed buffer for a serialized value.

This aliases ValBuffer with VAL_STACK_CAP bytes of inline storage. Longer values remain valid and spill to the heap.

Aliased Typeยง

pub struct ValBuf { /* private fields */ }