Skip to main content

typeid_of

Function typeid_of 

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

Re-export public API. Returns type id of T

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