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.
- Context
Info ๐This struct contains the information that needs to be reset between eachFormatRenderer::item
call. - Shared
Context ๐Shared mutable state used inContext
and elsewhere.