Home
last modified time | relevance | path

Searched defs:Decoder (Results 1 – 4 of 4) sorted by relevance

/tonic/examples/src/codec_buffers/
H A Dcommon.rs29 type Decoder = <ProstCodec<T, U> as Codec>::Decoder; typedef
38 fn decoder(&mut self) -> Self::Decoder { in decoder()
/tonic/tonic/src/codec/
H A Dmod.rs113 type Decoder: Decoder<Item = Self::Decode, Error = Status> + Send + 'static; typedef
118 fn decoder(&mut self) -> Self::Decoder; in decoder()
141 pub trait Decoder { trait
H A Dprost.rs43 pub fn raw_decoder(buffer_settings: BufferSettings) -> <Self as Codec>::Decoder { in raw_decoder()
60 type Decoder = ProstDecoder<U>; typedef
69 fn decoder(&mut self) -> Self::Decoder { in decoder()
/tonic/examples/src/json-codec/
H A Dcommon.rs71 type Decoder = JsonDecoder<U>; typedef
77 fn decoder(&mut self) -> Self::Decoder { in decoder()