Macro qdowncast::qdowncast_methods [] [src]

macro_rules! qdowncast_methods {
    ($ty:ty) => { ... };
}

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