flow_impl 0.21.0

Definition of an Implementation trait for flow functions, and a derive macro
Documentation
1
2
3
4
5
6
7
8
9
# `flow_impl`

See also: [Code docs](http://andrewdavidmackenzie.github.io/flow/code/doc/flow_impl/index.html)

This crate defines a trait that implementations of flow 'functions' must implement in order for them to be invoked
by the flowrlib (or other) run-time library.

An example of a function implementing the `Implementation` trait can be found in the
docs for [`Implementation`](http://andrewdavidmackenzie.github.io/flow/code/doc/flow_impl/trait.Implementation.html)