| Crates.io | flow_impl |
| lib.rs | flow_impl |
| version | 0.21.0 |
| created_at | 2019-09-10 09:14:56.441092+00 |
| updated_at | 2020-11-11 09:13:50.586475+00 |
| description | Definition of an Implementation trait for flow functions, and a derive macro |
| homepage | http://andrewdavidmackenzie.github.io/flow/ |
| repository | https://github.com/andrewdavidmackenzie/flow/ |
| max_upload_size | |
| id | 163768 |
| size | 4,063 |
flow_implSee 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) run-time library.
An example of a function implementing the Implementation trait can be found in the
docs for Implementation