mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-16 05:34:17 +00:00
Create initial reflection system
This commit is contained in:
3
Source/Reflect.rs
Normal file
3
Source/Reflect.rs
Normal file
@ -0,0 +1,3 @@
|
||||
use std::any::Any;
|
||||
|
||||
pub trait Reflect: Any + Send + Sync + 'static {}
|
Reference in New Issue
Block a user