Type Definition wasmer_runtime_core_fl::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Aliases the standard Result type as Result within this module.