Type Definition polkadot_node_network_protocol::GossipSupportNetworkMessage
source · pub type GossipSupportNetworkMessage = Versioned<GossipSupportNetworkMessage>;
Expand description
Version-annotated messages used by the gossip-support subsystem (this is void).
Trait Implementations§
source§impl<'a> TryFrom<&'a Versioned<ValidationProtocol>> for GossipSupportNetworkMessage
impl<'a> TryFrom<&'a Versioned<ValidationProtocol>> for GossipSupportNetworkMessage
§type Error = WrongVariant
type Error = WrongVariant
The type returned in the event of a conversion error.
source§impl TryFrom<Versioned<ValidationProtocol>> for GossipSupportNetworkMessage
impl TryFrom<Versioned<ValidationProtocol>> for GossipSupportNetworkMessage
§type Error = WrongVariant
type Error = WrongVariant
The type returned in the event of a conversion error.