flow_impl
See also: Code docs
This crate defines a trait that implementations of flow 'functions' must implement in order for them to be invoked by the flowrlib (or other) runtime library.
An example of a function implementing the Implementation
trait can be found in the
docs for Implementation