downcast::impl_downcast_items! [] [src]

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

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