Skip to main content

test_server_expect_cup_panic

Function test_server_expect_cup_panic 

Source
pub async fn test_server_expect_cup_panic<S, Fut, C, CFut, Conn>(
    start_server: S,
    new_http_client: C,
)
where S: FnOnce(Arc<Mutex<OmahaServer>>) -> Fut, Fut: Future<Output = Result<String, Error>>, C: Fn() -> CFut, CFut: Future<Output = Client<Conn, Full<Bytes>>>, Conn: Connect + Clone + Send + Sync + 'static,