[][src]Type Definition holochain_wasmer_host::prelude::error::Result

type Result<T> = Result<T, Error>;

Aliases the standard Result type as Result within this module.