Skip to main content

marshal

Function marshal 

Source
pub fn marshal(
    packets: &[Box<dyn Packet + Send + Sync>],
) -> Result<Bytes, Error>
Expand description

marshal takes an array of Packets and serializes them to a single buffer