Type Definition holochain_types::prelude::InlineZomeFn[][src]

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

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