Crate typeable[][src]

Expand description

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

Traits

Universal mixin trait for adding a get_type method.