Function tcp_handler::packet::send

source ·
pub async fn send<W: AsyncWriteExt + Unpin + Send>(
    stream: &mut W,
    bytes: &[u8]
) -> Result<(), PacketError>