pub type RowSimpleOwned = GenericRow<Arc<[Column]>, Vec<Range<usize>>, NoTyped>;
RowSimple with static lifetime bound
RowSimple
struct RowSimpleOwned { /* private fields */ }