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

pub type ParseResult<T> = Result<T, ParseError>;
Expand description

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