Trait typeable::Typeable 
            
                [−]
            
        [src]
pub trait Typeable: Any {
    fn get_type(&self) -> TypeId { ... }
}Universal mixin trait for adding a get_type method.
pub trait Typeable: Any {
    fn get_type(&self) -> TypeId { ... }
}Universal mixin trait for adding a get_type method.