Module rustdoc::formats::cache[][src]

Structs

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.

This struct is used to wrap the cache and tcx in order to run DocFolder.