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

type ParseResult<T> = Result<T, ParseError>;

Result of an attempt to parse bytes into a WebAssembly module. Aliases the standard Result with ParseError as the default error type.