forc_doc::render::item

Module components

Source
Expand description

Handles creation of the head and body of an HTML doc.

Structsยง

ItemBody
All necessary components to render the body portion of the item html doc. Many parts of the HTML body structure will be the same for each item, but things like struct fields vs trait methods will be different.
ItemHeader
All necessary components to render the header portion of the item html doc.