Skip to main content

TableCellOwned

Type Alias TableCellOwned 

Source
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).