Crate typeable [] [src]

Exposes Typeable, which exposes the get_type method, which gives the TypeId of any 'static type.

Traits

Typeable

Universal mixin trait for adding a get_type method.