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 SpanViewables.