Skip to main content

StrCursor

Type Alias StrCursor 

Source
pub type StrCursor = RleCursor<128, str>;
Expand description

RLE cursor for UTF-8 string columns (str), with a 128-item slab size.

Aliased Typeยง

pub struct StrCursor { /* private fields */ }