Function polkadot_node_subsystem::gen::make_packet
source · pub fn make_packet<T>(signals_received: usize, message: T) -> MessagePacket<T>
Expand description
Create a packet from its parts.
pub fn make_packet<T>(signals_received: usize, message: T) -> MessagePacket<T>
Create a packet from its parts.