Module rustdoc::html::render::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.
  • SharedContext ๐Ÿ”’
    Shared mutable state used in Context and elsewhere.