☰
Module context
rustdoc
1.75.0-dev
Module context
Structs
In rustdoc::html::render
Modules
context
print_item
search_index
sidebar
span_map
type_layout
write_shared
Structs
AllTypes
ImplRenderingParameters
IndexItem
IndexItemFunctionType
ItemEntry
ItemInfo
RenderType
StylePath
Enums
AssocItemLink
ItemSection
RenderTypeId
ShortItemInfo
Constants
MAX_FULL_EXAMPLES
NUM_VISIBLE_LINES
Functions
assoc_const
assoc_href_attr
assoc_method
assoc_type
collect_paths_for_type
document
document_full
document_full_collapsible
document_full_inner
document_item_info
document_short
ensure_trailing_slash
extract_for_impl_name
get_filtered_impls_for_reference
get_id_for_impl
item_ty_to_section
notable_traits_button
notable_traits_decl
notable_traits_json
portability
render_all_impls
render_assoc_item
render_assoc_items
render_assoc_items_inner
render_attributes_in_code
render_attributes_in_pre
render_call_locations
render_deref_methods
render_impl
render_impl_summary
render_impls
render_markdown
render_rightside
render_stability_since_raw
render_stability_since_raw_with_extra
scrape_examples_help
short_item_info
should_render_item
small_url_encode
write_impl_section_heading
?
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.