Expand description
Procedular macros that have an effect only for the backend lean.
Macros§
- prop
- The
Propversion oflean_expr.
Attribute Macros§
- after
- This macro inlines verbatim lean code before a Rust item.
- before
- This macro inlines verbatim lean code before a Rust item.
- replace
- Replaces a Rust item with some verbatim lean code.
- replace_
body - Replaces the body of a Rust function with some verbatim lean code.