[][src]Type Definition wasmer_runtime::error::LinkResult

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

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