Home
last modified time | relevance | path

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

/tonic/examples/src/codec_buffers/
H A Dcommon.rs25 type Encode = T; typedef
/tonic/tonic/src/client/
H A Dgrpc.rs217 C: Codec<Encode = M1, Decode = M2>, in unary()
237 C: Codec<Encode = M1, Decode = M2>, in client_streaming()
273 C: Codec<Encode = M1, Decode = M2>, in server_streaming()
293 C: Codec<Encode = M1, Decode = M2>, in streaming()
/tonic/examples/src/json-codec/
H A Dcommon.rs68 type Encode = T; typedef
/tonic/tonic/src/codec/
H A Dmod.rs106 type Encode: Send + 'static; typedef
H A Dprost.rs56 type Encode = T; typedef
/tonic/tonic-web/src/
H A Dcall.rs49 Encode, enumerator