Trait frame_support::pallet_prelude::Member[][src]

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

A type that can be used in runtime structures.

Implementors