Function tcp_handler::starter::client_init_with_encrypt
source · pub async fn client_init_with_encrypt<W: AsyncWriteExt + Unpin + Send>(
stream: &mut W,
identifier: &str,
version: &str
) -> Result<RsaPrivateKey, StarterError>