Skip to main content

KeyBuf

Type Alias KeyBuf 

Source
pub type KeyBuf = KeyBuffer;
Expand description

Default inline-backed buffer for a serialized key.

This aliases KeyBuffer with KEY_STACK_CAP bytes of inline storage. Longer keys remain valid and spill to the heap.

Aliased Typeยง

pub struct KeyBuf { /* private fields */ }