Function tcp_handler::packet::send

source ·
pub async fn send<W: AsyncWriteExt + Unpin + Send>(
    stream: &mut W,
    message: &Bytes
) -> Result<(), PacketError>