[][src]Macro pui::make_anon_typeid

macro_rules! make_anon_typeid {
    () => { ... };
}

Create a new typeid::Type that is guaranteed to be unique

let typeid = make_anon_typeid!();
assert!(typeid.owns(&typeid.handle()));