Function weft::render_writer

source ·
pub fn render_writer<R: WeftRenderable, W: Write>(
    widget: R,
    out: W
) -> Result<(), Error>
Expand description

Renders the template in widget to the writer out.