pub trait Member: 'static + Send + Sync + Sized + Debug + Eq + PartialEq<Self> + Clone { }
A type that can be used in runtime structures.