TableCell

Type Alias TableCell 

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

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

Aliased Typeยง

pub struct TableCell<T> { /* private fields */ }