[][src]Module rust_fel::element

Module containing the rust_fel::Element struct which acts as a Virtual DOM.

Structs

Element

The structure which represents a Virtual DOM for the rust_fel library. It holds rust_fel::Props , which in turn hold a Vec of Element's as children. This means Element can represent a tree of DOM Elements.