Type Definition holochain_zome_types::zome::inline_zome::error::InlineZomeResult[][src]

pub type InlineZomeResult<T> = Result<T, InlineZomeError>;