[−][src]Type Definition wasmer_runtime_core::Result
type Result<T> = Result<T, Error>;
Aliases the standard Result type as Result within this module.
type Result<T> = Result<T, Error>;
Aliases the standard Result type as Result within this module.