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

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

A type that can be used in runtime structures.

Implementors

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

Loading content...