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