You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The #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.
The text was updated successfully, but these errors were encountered:
The #665 PR introduces some new
is_result_type!
utility macro to check at compile time whether some type is aResult
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.The text was updated successfully, but these errors were encountered: