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