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