anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

moxie_dom::interfaces::* should be renamed with a Builder suffix #212

Closed anp closed 3 years ago

anp commented 3 years ago

HtmlElement -> HtmlElementBuilder, and so on.

Then we can re-introduce HtmlElement for built nodes.