Home
last modified time | relevance | path

Searched defs:client_streaming (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-build/src/
H A Dmanual.rs173 client_streaming: bool, field
204 fn client_streaming(&self) -> bool { in client_streaming() method
268 client_streaming: bool, field
326 pub fn client_streaming(mut self) -> Self { in client_streaming() method
H A Dlib.rs139 fn client_streaming(&self) -> bool; in client_streaming() method
H A Dprost.rs151 fn client_streaming(&self) -> bool { in client_streaming() method
/tonic/interop/src/
H A Dclient.rs84 pub async fn client_streaming(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in client_streaming() function
/tonic/tonic/src/server/
H A Dgrpc.rs303 pub async fn client_streaming<S, B>( in client_streaming() function
/tonic/tonic/src/client/
H A Dgrpc.rs226 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() method