[][src]Type Definition holochain_wasmer_host::prelude::error::CallResult

type CallResult<T> = Result<T, CallError>;

Result of an attempt to call the provided WebAssembly instance. Aliases the standard Result with CallError as the default error type.