Function moxie_dom::elements::sectioning::aside[][src]

pub fn aside() -> AsideBuilder
Expand description

The HTML <aside> element represents a portion of a document whose content is only indirectly related to the document’s main content.

A function for creating a builder which will accept attributes and produce the element.