gear
gear copied to clipboard
`return_and_store_err` as core `Ext`
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