Type Definition pandoc_ast::TableBody

source · []
pub type TableBody = (Attr, RowHeadColumns, Vec<Row>, Vec<Row>);