Trait parsec::NetworkEvent[][src]

pub trait NetworkEvent: Clone + Eq + Ord + Serialize + DeserializeOwned + Debug { }

This represents the type which will be voted for by peers; generally it is the set of constraints on T throughout this library.

Implementors