Searched refs:Encode (Results 1 – 7 of 7) sorted by relevance
| /tonic/tonic/src/codec/ |
| H A D | mod.rs | 106 type Encode: Send + 'static; typedef 111 type Encoder: Encoder<Item = Self::Encode, Error = Status> + Send + 'static;
|
| H A D | prost.rs | 56 type Encode = T; typedef
|
| /tonic/tonic/src/server/ |
| H A D | grpc.rs | 225 S: UnaryService<T::Decode, Response = T::Encode>, in unary() 237 return self.map_response::<tokio_stream::Once<Result<T::Encode, Status>>>( in unary() 268 S: ServerStreamingService<T::Decode, Response = T::Encode>, in server_streaming() 309 S: ClientStreamingService<T::Decode, Response = T::Encode>, in client_streaming() 342 S: StreamingService<T::Decode, Response = T::Encode> + Send, in streaming() 427 B: Stream<Item = Result<T::Encode, Status>> + Send + 'static, in map_response()
|
| /tonic/examples/src/codec_buffers/ |
| H A D | common.rs | 25 type Encode = T; typedef
|
| /tonic/tonic/src/client/ |
| H A D | grpc.rs | 217 C: Codec<Encode = M1, Decode = M2>, in unary() argument 237 C: Codec<Encode = M1, Decode = M2>, in client_streaming() argument 273 C: Codec<Encode = M1, Decode = M2>, in server_streaming() argument 293 C: Codec<Encode = M1, Decode = M2>, in streaming() argument
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 49 Encode, enumerator 93 Self::new(inner, Direction::Encode, encoding) in response() 97 Self::new_client(inner, Direction::Encode, Encoding::None) in client_request() 108 (Direction::Encode, Encoding::Base64) => BUFFER_SIZE, in new_client() 126 (Direction::Encode, Encoding::Base64) => BUFFER_SIZE, in new() 325 Direction::Encode => self.poll_encode(cx), in poll_frame()
|
| /tonic/examples/src/json-codec/ |
| H A D | common.rs | 68 type Encode = T; typedef
|