Crate downcast_rs [] [src]

Macros

impl_downcast!

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 impl_downcast! must extend Downcast.