Macro qdowncast::qdowncastable_items [] [src]

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

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