Function tcp_client::quickly_connect
source · pub async fn quickly_connect<A: ToSocketAddrs + Send>(
identifier: &'static str,
addr: A
) -> Result<(TcpStream, AesCipher), StarterError>
pub async fn quickly_connect<A: ToSocketAddrs + Send>(
identifier: &'static str,
addr: A
) -> Result<(TcpStream, AesCipher), StarterError>