pub type StrCursor = RleCursor<128, str>;
RLE cursor for UTF-8 string columns (str), with a 128-item slab size.
str
pub struct StrCursor { /* private fields */ }