Struct html2md::StructuredPrinter[][src]

pub struct StructuredPrinter { /* fields omitted */ }

Intermediate result of HTML -> Markdown conversion.

Holds context in the form of parent tags and siblings chain and resulting string of markup content with current position.

Trait Implementations

impl Debug for StructuredPrinter
[src]

Formats the value using the given formatter. Read more

impl Default for StructuredPrinter
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations