Trait typeable::Typeable
[-]
[+]
[src]
pub trait Typeable: 'static {
fn get_type(&self) -> TypeId { ... }
}Universal mixin trait for adding a get_type method.
Provided Methods
Implementors
impl<T: 'static> Typeable for T