Function tcp_server::send

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