pub type PasmResult<T = ()> = Result<T, PasmError>;
Expand description

Convenience type to work with PasmError

Comparable to std::io::Result