gear icon indicating copy to clipboard operation
gear copied to clipboard

`return_and_store_err` as core `Ext`

Open ark0f opened this issue 3 years ago • 0 comments

File Location(s)

core-processor/src/ext.rs

Proposal

return_and_store_err is used to save error and return it as trap but results are manually wrapped in the function so it is easy to miss something

We can introduce ErrorSavingExt which will work as wrapper for Exts and save error

ark0f avatar May 05 '22 10:05 ark0f