Function tcp_handler::starter::server_start_with_encrypt
source · pub async fn server_start_with_encrypt<W: AsyncWriteExt + Unpin + Send>(
stream: &mut W,
last: Result<RsaPublicKey, StarterError>
) -> Result<AesCipher, StarterError>