pub type GossipSupportNetworkMessage = ValidationProtocols<GossipSupportNetworkMessage>;
Expand description
Version-annotated messages used by the gossip-support subsystem (this is void).
Aliased Type§
enum GossipSupportNetworkMessage {
V3(GossipSupportNetworkMessage),
}
Variants§
V3(GossipSupportNetworkMessage)
V3 type.
Trait Implementations§
Source§impl<'a> TryFrom<&'a ValidationProtocols<ValidationProtocol>> for GossipSupportNetworkMessage
impl<'a> TryFrom<&'a ValidationProtocols<ValidationProtocol>> for GossipSupportNetworkMessage
Source§type Error = WrongVariant
type Error = WrongVariant
The type returned in the event of a conversion error.
Source§impl TryFrom<ValidationProtocols<ValidationProtocol>> for GossipSupportNetworkMessage
impl TryFrom<ValidationProtocols<ValidationProtocol>> for GossipSupportNetworkMessage
Source§type Error = WrongVariant
type Error = WrongVariant
The type returned in the event of a conversion error.
Source§impl<V3: Clone> Clone for ValidationProtocols<V3>
impl<V3: Clone> Clone for ValidationProtocols<V3>
Source§fn clone(&self) -> ValidationProtocols<V3>
fn clone(&self) -> ValidationProtocols<V3>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more