Module inline

Module inline 

Source
Expand description

Support for inlining external documentation into the current AST.

FunctionsΒ§

build_const_item πŸ”’
build_enum πŸ”’
build_function πŸ”’
build_impl πŸ”’
Inline an impl, inherent or of a trait. The did must be for an impl.
build_impls πŸ”’
Builds all inherent implementations of an ADT (struct/union/enum) or Trait item/path/reexport.
build_macro πŸ”’
build_module πŸ”’
build_module_items πŸ”’
build_static πŸ”’
build_struct πŸ”’
build_trait πŸ”’
build_trait_alias πŸ”’
build_type_alias πŸ”’
build_union πŸ”’
get_item_path πŸ”’
Get the public Rust path to an item. This is used to generate the URL to the item’s page.
item_relative_path πŸ”’
load_attrs πŸ”’
merge_attrs πŸ”’
print_inlined_const πŸ”’
record_extern_fqn πŸ”’
Record an external fully qualified name in the external_paths cache.
record_extern_trait πŸ”’
separate_self_bounds πŸ”’
try_inline πŸ”’
Attempt to inline a definition into this AST.
try_inline_glob πŸ”’