Crate downcast_rs [] [src]

Macros

downcast_impl!

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.

Traits

Downcast

Supports conversion to Any. Traits to be extended by downcast_impl! must extend Downcast.