Struct html2text::RenderTable[][src]

pub struct RenderTable { /* fields omitted */ }

A representation of a table render tree with metadata.

Methods

impl RenderTable
[src]

Create a new RenderTable with the given rows

Return an iterator over the rows.

Calculate and store (or return stored value) of estimated size

Trait Implementations

impl Debug for RenderTable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RenderTable

impl Sync for RenderTable