render_html

Function render_html 

Source
pub fn render_html(blocks: &[RenderBlock]) -> Result<Html, MappedLogId>
Expand description

Renders all RenderBlocks and returns the resulting Html structure.

ยงArguments

Returns a MappedLogId, if any of the given blocks return a MappedLogId when rendering themself.