[][src]Type Definition holochain_net_ipc::ipc_client::CallResult

type CallResult = Box<FnMut(Result<Vec<u8>>) -> Result<()> + Send>;

A closure callback type def for getting acknowledgment when performing a call.