Expand description
flow_function
is a proc_macro_attribute
macro that inserts code around a supplied function
to form a struct that implements the Implementation
trait, and adds some helper functions for wasm
Attribute Macrosยง
- flow_
function - Implement the
flow_function
macro, an example usage of which is:#[flow_function]