Struct subscript_compiler::codegen::html::Document [−][src]
Expand description
Render the entire document.
Fields
toc: Node<'a>body: Vec<Node<'a>>Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Document<'a>impl<'a> UnwindSafe for Document<'a>Blanket Implementations
Mutably borrows from an owned value. Read more