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

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

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