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

An alias to quickly define blocks of code that return a std Result that uses a KrewWasmSDKError as Error type