[][src]Trait hbbft::Contribution

pub trait Contribution: Eq + Debug + Hash + Send + Sync { }

A transaction, user message, or other user data.

Implementors

impl<C> Contribution for C where
    C: Eq + Debug + Hash + Send + Sync
[src]

Loading content...