Searched defs:Decode (Results 1 – 7 of 7) sorted by relevance
| /tonic/tonic/src/server/ |
| H A D | grpc.rs | 225 S: UnaryService<T::Decode, Response = T::Encode>, 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() 367 ) -> Result<Request<T::Decode>, Status> in map_request_unary() 400 ) -> Result<Request<Streaming<T::Decode>>, Status> in map_request_streaming()
|
| /tonic/examples/src/codec_buffers/ |
| H A D | common.rs | 26 type Decode = U; 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/examples/src/json-codec/ |
| H A D | common.rs | 69 type Decode = U; typedef
|
| /tonic/tonic/src/codec/ |
| H A D | mod.rs | 108 type Decode: Send + 'static; typedef
|
| H A D | prost.rs | 57 type Decode = U; typedef
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 48 Decode, enumerator
|