Skip to main content

write_packet

Function write_packet 

Source
pub async fn write_packet<W: AsyncWriteExt + Unpin>(
    writer: &mut W,
    packet: &NetworkPacket,
) -> Result<(), IntersticeError>