StructsΒ§
- Cache π
- This cache is used to store information about the
clean::Crate
being rendered in order to provide more useful documentation. This contains information like all implementors of a trait, all traits a type implements, documentation for all known traits, etc. - Cache
Builder π - This struct is used to wrap the
cache
andtcx
in order to runDocFolder
. - Orphan
Impl πItem
EnumsΒ§
- Parent
Stack πItem - Information about trait and type parents is tracked while traversing the item tree to build the cache.
FunctionsΒ§
- add_
item_ πto_ search_ index - clean_
impl_ πgenerics - handle_
orphan_ πimpl_ child - We have a parent, but we donβt know where theyβre
defined yet. Wait for later to index this item.
See
Cache::orphan_impl_items
.