Type Definition wasmcloud_host::Result[][src]

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

Result type used for function calls within this library