pub type TableCellOwned = (CompactString, Option<CompactString>);Expand description
Owned counterpart of TableCell with a 'static lifetime, used when a row’s
data must outlive the provider borrow (e.g. when caching visible rows for rendering).
pub type TableCellOwned = (CompactString, Option<CompactString>);Owned counterpart of TableCell with a 'static lifetime, used when a row’s
data must outlive the provider borrow (e.g. when caching visible rows for rendering).