downcast_rs::downcast_impl! [] [src]

macro_rules! downcast_impl {
    ($trait_:ident) => { ... };
}

Adds downcasting support to traits that extend downcast::Downcast by defining forwarding methods to the corresponding implementations on std::any::Any in the standard library.