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

type RuntimeResult<T> = Result<T, RuntimeError>;

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