pub trait IdentifierT: Clone + Eq + Ord + Debug + Codec { }
Expand description

an aggregator trait for a generic type of a voter/target identifier. This usually maps to substrate’s account id.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Clone + Eq + Ord + Debug + Codec> IdentifierT for T