Skip to main content

HistoryString

Type Alias HistoryString 

Source
pub type HistoryString = ArrayString<16>;
Available on crate feature tracker only.
Expand description

Inline-stored, fixed-capacity history string.

arrayvec::ArrayString<16> — 16-byte payload + length, no heap.

Aliased Type§

pub struct HistoryString { /* private fields */ }