Type Definition hdk::prelude::inline_zome::InlineZomeFn[][src]

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

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