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.