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

type LinkResult<T> = Result<T, Vec<LinkError, Global>>;

Result of an attempt to link the provided WebAssembly instance. Aliases the standard Result with Vec<LinkError> as the default error type.