Macro tea_sdk::define_scope
define_scope!() { /* proc-macro */ }
Expand description
Define an error handling scope for the tea error system.
You are supposed to define a scope for at least each crates and optionally for large modules
This would generate an error scope along with Error
and Result
type aliases associated with such scope.