ink icon indicating copy to clipboard operation
ink copied to clipboard

Follow-up #665: Make ink! chain extensions use is_result_type! utility macro

Open Robbepop opened this issue 4 years ago • 0 comments

The https://github.com/paritytech/ink/pull/665 PR introduces some new is_result_type! utility macro to check at compile time whether some type is a Result using the Rust type system. This means that we can get rid of the returns_result: bool ink! attribute of ink! chain extensions since it is now possible to infer this information via the proc. macro itself.

Robbepop avatar Oct 06 '21 14:10 Robbepop