Macros§
- Use this macro if
qdowncast_methods!
can’t generate the full statement for your type (due to assoc-types or type-params). - Use this macro if you want to provide
downcast
-methods on your type without requiring your users to importQDowncastable
. - Use this macro if
qdowncastable!
can’t generate the full statement for your type (due to assoc-types or type-params).