Trait downcast::Any [] [src]

pub trait Any: StdAny {
    fn type_id(&self) -> TypeId { ... }
}

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

Provided Methods

Trait Implementations

impl<_T: Any> Downcast<_T> for Any where
    _T: Any
[src]

impl<_T: Any> Downcast<_T> for Any + Send where
    _T: Any
[src]

impl<_T: Any> Downcast<_T> for Any + Sync where
    _T: Any
[src]

impl<_T: Any> Downcast<_T> for Any + Send + Sync where
    _T: Any
[src]

Implementors