Skip to main content

TableCell

Type Alias TableCell 

Source
pub type TableCell<'a> = (Cow<'a, str>, Option<Cow<'a, str>>);
Expand description

A single cell representation containing a primary value and an optional hover/display override.