Type Alias holochain::prelude::InlineZomeFn

source ·
pub type InlineZomeFn = Box<dyn Fn(Box<dyn HostFnApiT>, ExternIO) -> Result<ExternIO, InlineZomeError> + Send + Sync>;
Expand description

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

Aliased Type§

struct InlineZomeFn(/* private fields */);