NetworkEvent

Trait NetworkEvent 

Source
pub trait NetworkEvent:
    Clone
    + Eq
    + Ord
    + PartialEq
    + PartialOrd
    + Hash
    + Serialize
    + DeserializeOwned
    + Debug { }
Expand description

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§