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. Thedid
must be for animpl
. - 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 ๐ - 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