Expand description
flow_function is a proc_macro_attribute macro that wraps a fn with a struct and a method
to implement the Implementation trait, so it can be used as the
implementation of a flow function.
Attribute Macros
- The
flow_functionmacro definition