Macro downcast_impl

Source
macro_rules! downcast_impl {
    ($($t: ident $w: ident),+) => { ... };
}