Type Alias RowOwned

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

Row with static lifetime bound

Aliased Typeยง

struct RowOwned { /* private fields */ }