render

Function render 

Source
pub fn render<W: Write, B: ColorBackend, F: DiffFlavor>(
    layout: &Layout,
    w: &mut W,
    opts: &RenderOptions<B>,
    flavor: &F,
) -> Result
Expand description

Render a layout to a writer.

Starts at depth 1 to provide a gutter for change prefixes (- / +).