Trait typeable::Typeable[][src]

pub trait Typeable: Any {
    fn get_type(&self) -> TypeId { ... }
}
Expand description

Universal mixin trait for adding a get_type method.

Provided methods

Get the TypeId of this object.

Implementors