Module rustdoc::html::format [−][src]
Expand description
HTML formatting module
This module contains a large number of fmt::Display
implementations for
various types in rustdoc::clean
. These implementations all currently
assume that HTML output is desired, although it may be possible to redesign
them in the future to instead emit any format desired.
Structs
Enums
Traits
Functions
Both paths should only be modules.
This is because modules get their own directories; that is, std::vec
and std::vec::Vec
will
both need ../iter/trait.Iterator.html
to get at the iterator trait.
Used when rendering a ResolvedPath
structure. This invokes the path
rendering function with the necessary arguments for linking to a local path.
Helper to render type parameters