mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-15 13:14:19 +00:00
Update TypeRegistry.rs
This commit is contained in:
@ -5,3 +5,7 @@ use std::collections::HashMap;
|
||||
pub struct TypeRegistry {
|
||||
types: HashMap<TypeId, ()>,
|
||||
}
|
||||
|
||||
impl TypeRegistry {
|
||||
pub fn Register<T>(&mut self) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user