pub trait Member: 'static + Send + Sync + Debug + Eq + PartialEq<Self> + Clone { }
Expand description

A type that can be used in runtime structures.

Implementors