Function flowistry_pdg::rustc::mir::spanview::write_document
source · pub fn write_document<W, 'tcx>(
tcx: TyCtxt<'tcx>,
spanview_span: Span,
span_viewables: Vec<SpanViewable, Global>,
title: &str,
w: &mut W
) -> Result<(), Error>where
W: Write,
Expand description
Generate a spanview HTML+CSS document for the given local function def_id
, and a pre-generated
list SpanViewable
s.