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.