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

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