run_format in rustdoc::formats::renderer - Rust (original) (raw)

rustdoc::formats::renderer

Function run_format

Source

pub(crate) fn run_format<'tcx, T: FormatRenderer<'tcx>>(
    krate: Crate,
    options: RenderOptions,
    cache: Cache,
    tcx: TyCtxt<'tcx>,
) -> Result<(), Error>

Expand description

Main method for rendering a crate.