Module moxie_dom::embed [−][src]
Expand description
Embedding APIs offering finer-grained control over execution of the runtime.
Structs
Wrapper around moxie::runtime::RunLoop
and a root function which returns a
DOM node. After each call to run_once
the node returned from the root
function is re-attached to the provided parent, removing other children.