mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-15 13:14:19 +00:00
4 lines
70 B
Rust
4 lines
70 B
Rust
use std::any::Any;
|
|
|
|
pub trait Reflect: Any + Send + Sync + 'static {}
|