pub unsafe trait Data { fn get<'a>(&'a self, ty: TypeId) -> Option<&AtomicRefCell<NonNull<u8>>>; }
Dynamically accessed static collection of values
Get the cell associated to the TypeId.
TypeId