Crate qdowncast

Source

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 import QDowncastable.
qdowncastable
qdowncastable_items
Use this macro if qdowncastable! can’t generate the full statement for your type (due to assoc-types or type-params).

Traits§

QDowncastable