Struct html2text::RenderTableRow[][src]

pub struct RenderTableRow { /* fields omitted */ }

Render tree table row

Methods

impl RenderTableRow
[src]

Return a mutable iterator over the cells.

Count the number of cells in the row. Takes into account colspan.

Return an iterator over (column, &cell)s, which takes into account colspan.

Trait Implementations

impl Debug for RenderTableRow
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations