flow_impl

Crates.ioflow_impl
lib.rsflow_impl
version0.21.0
sourcesrc
created_at2019-09-10 09:14:56.441092
updated_at2020-11-11 09:13:50.586475
descriptionDefinition of an Implementation trait for flow functions, and a derive macro
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id163768
size4,063
Andrew Mackenzie (andrewdavidmackenzie)

documentation

http://andrewdavidmackenzie.github.io/flow/

README

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

Commit count: 4366

cargo fmt