Expand description
Generic DSL macros for easy view code manipulation.
Macros§
- block
- See the “Usage” section of README.md or the repository examples for details on how to use this macro.
- clone
- A macro for frequent cloning, especially when moving to closures.
- construct
- A default implementation for a macro called by
block!
and [view!
]. Must be in scope. Ignore if another implementation is required.
Attribute Macros§
- view
- See the “Usage” section of README.md or the repository examples for details on how to use this macro.