mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-16 13:34:19 +00:00
Test generics and other things
This commit is contained in:
@ -9,10 +9,22 @@ pub mod Examples;
|
||||
mod _Class;
|
||||
pub use self::_Class::*;
|
||||
|
||||
#[path = "Function.rs"]
|
||||
mod _Function;
|
||||
pub use self::_Function::*;
|
||||
|
||||
#[path = "Object.rs"]
|
||||
mod _Object;
|
||||
pub use self::_Object::*;
|
||||
|
||||
#[path = "Property.rs"]
|
||||
mod _Property;
|
||||
pub use self::_Property::*;
|
||||
|
||||
#[path = "Reflect.rs"]
|
||||
mod _Reflect;
|
||||
pub use self::_Reflect::*;
|
||||
|
||||
#[path = "Value.rs"]
|
||||
mod _Value;
|
||||
pub use self::_Value::*;
|
||||
|
Reference in New Issue
Block a user