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

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