[go: up one dir, main page]

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