Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic/src/server/
H A Dgrpc.rs225 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 Dcommon.rs26 type Decode = U; typedef
/tonic/tonic/src/client/
H A Dgrpc.rs217 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 Dcommon.rs69 type Decode = U; typedef
/tonic/tonic/src/codec/
H A Dmod.rs108 type Decode: Send + 'static; typedef
H A Dprost.rs57 type Decode = U; typedef
/tonic/tonic-web/src/
H A Dcall.rs48 Decode, enumerator