Crate try_ops

Source
Expand description

Macro thats simulate try catch but use ‘ops’ To use this macro you should give a try block that return a Result with Box; The ops block should be return the same type of try block if success ret_type is necessary because compile cannot define Ok type

Macros§

catch