RichRenderer

Type Alias RichRenderer 

Source
pub type RichRenderer = Renderer<RichDecorator, RichConverter>;
Expand description

A renderer for HTML documents that uses the default rich text decorator and converter.

Aliased Typeยง

pub struct RichRenderer { /* private fields */ }