Type Alias TableCell

Source
pub type TableCell = Vec<Inline>;
Expand description

A table cell is a vector of inlines (text, links, etc.).

Aliased Typeยง

struct TableCell { /* private fields */ }