Home
last modified time | relevance | path

Searched refs:stream_response (Results 1 – 1 of 1) sorted by relevance

/tonic/tests/integration_tests/tests/
H A Droutes_builder.rs93 let mut stream_response = client2 in multiple_service_using_routes_builder() localVariable
100 let first = match stream_response.next().await { in multiple_service_using_routes_builder()
106 assert!(stream_response.next().await.is_none()); in multiple_service_using_routes_builder()