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