[][src]Function better_any::typeid_of

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

Returns type id of T

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