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

A type that can be used in runtime structures.

Implementors