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