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ยง
- flow_
function - The
flow_function
macro definition