Trait aleph_bft::Data[][src]

pub trait Data: Eq + Clone + Send + Sync + Debug + StdHash + Encode + Decode + 'static { }
Expand description

Data type that we want to order.

Implementors