rustdoc::html::render::context - Rust (original) (raw)

rustdoc::html::render

Module context

Source

Structs§

Context 🔒

Major driving force in all rustdoc rendering. This contains information about where in the tree-like hierarchy rendering is occurring and controls how the current page is being rendered.

ContextInfo 🔒

This struct contains the information that needs to be reset between eachFormatRenderer::item call.

SharedContext 🔒

Shared mutable state used in Context and elsewhere.