render_to_string

Function render_to_string 

Source
pub fn render_to_string<B, F>(
    layout: &Layout,
    opts: &RenderOptions<B>,
    flavor: &F,
) -> String
where B: ColorBackend, F: DiffFlavor,
Expand description

Render a layout to a String.