Type Definition wasmcloud_host::Result[][src]

pub type Result<T> = Result<T, Box<dyn Error + Send + Sync>>;
Expand description

Result type used for function calls within this library