pub fn render<W: Write, B: ColorBackend, F: DiffFlavor>(
layout: &Layout,
w: &mut W,
opts: &RenderOptions<B>,
flavor: &F,
) -> ResultExpand description
Render a layout to a writer.
Starts at depth 1 to provide a gutter for change prefixes (- / +).