Crate downcast [] [src]

Macros

downcast_method_items!

Use this macro if downcast_methods! can't generate the full statement for your type (due to assoc-types or type-params).

downcast_methods!

Use this macro if you want to provide downcast-methods on your type without requiring your users to import Downcast.

impl_downcast!
impl_downcast_items!

Use this macro if impl_downcast! can't generate the full statement for your type (due to assoc-types or type-params).

Traits

Downcast