Crates.io | flow_impl |
lib.rs | flow_impl |
version | 0.21.0 |
source | src |
created_at | 2019-09-10 09:14:56.441092 |
updated_at | 2020-11-11 09:13:50.586475 |
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_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) run-time library.
An example of a function implementing the Implementation
trait can be found in the
docs for Implementation