pub fn typeid_of<'a, T>() -> TypeIdwhere T: TidAble<'a> + ?Sized,
Re-export public API. Returns type id of T
T
Use it only if Tid::id() is not enough when T is not sized.
Tid::id()