Type Definition holochain::prelude::inline_zome::InlineZomeFn

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

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