Since `AnyPrivate` was merged back into `Any`, the `get_type_id` method is available on `Any` again, removing the _raison d’être_ of this library. Transition technique: `typeable::Typeable.get_type` -> `core::any::Any.get_type_id`.