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

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

A type that can be used in runtime structures.

Implementors

impl<T> Member for T where
    T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone
[src]

Loading content...