Crate east_macro

Crate east_macro 

Source

Macros§

render
Render a static markup without any dynamic component.
render_dyn
Render a dynamic component.
render_with_component
Render a static markup with given dynamic component type.

Attribute Macros§

render_from_dyn
Implement Render from RenderDyn.
render_from_multi
Implement Render from RenderMulti.