Type Alias RowSimpleOwned

Source
pub type RowSimpleOwned = GenericRow<Arc<[Column]>, Vec<Range<usize>>, NoTyped>;
Expand description

RowSimple with static lifetime bound

Aliased Typeยง

struct RowSimpleOwned { /* private fields */ }