pub trait Member:
Send
+ Sync
+ Sized
+ Debug
+ Eq
+ PartialEq
+ Clone
+ 'static { }Expand description
A type that can be used in runtime structures.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".