pub type InlineZomeFn = Box<dyn Fn(BoxApi, ExternIO) -> InlineZomeResult<ExternIO> + Send + Sync + 'static>;
Expand description

An inline zome function takes a Host API and an input, and produces an output.

Aliased Type§

struct InlineZomeFn(/* private fields */);