Crate downcast [] [src]

Macros

downcast

impl_downcast!(...) + downcast_methods!(...)

downcast_methods

Implement downcast-methods on your trait-object-type (these don't require Downcast to be imported to be used).

impl_downcast

Implements Downcast<T: $base> for your trait-object-type $base.

Structs

DowncastError
Downcasted
Downcasted2
TypeMismatch

Traits

Any

FIXME(https://github.com/rust-lang/rust/issues/27745) remove this

Downcast