pub fn typeid_of<'a, T: ?Sized + TidAble<'a>>() -> TypeId
Expand description

Returns type id of T

Use it only if Tid::id() is not enough when T is not sized.