Type Definition holochain_zome_types::zome::inline_zome::InlineZomeFn[][src]

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.