[][src]Type Definition pandoc_ast::TableBody

type TableBody = (Attr, RowHeadColumns, Vec<Row>, Vec<Row>);