pub async fn test_server_with_addr<F: ServerServiceFactory<TcpStream>>(
tcp: TcpListener,
factory: F,
) -> TestServerExpand description
Start test server on an existing address binding.
pub async fn test_server_with_addr<F: ServerServiceFactory<TcpStream>>(
tcp: TcpListener,
factory: F,
) -> TestServerStart test server on an existing address binding.