Searched defs:Decoder (Results 1 – 4 of 4) sorted by relevance
29 type Decoder = <ProstCodec<T, U> as Codec>::Decoder; typedef38 fn decoder(&mut self) -> Self::Decoder { in decoder()
113 type Decoder: Decoder<Item = Self::Decode, Error = Status> + Send + 'static; typedef118 fn decoder(&mut self) -> Self::Decoder; in decoder()141 pub trait Decoder { trait
43 pub fn raw_decoder(buffer_settings: BufferSettings) -> <Self as Codec>::Decoder { in raw_decoder()60 type Decoder = ProstDecoder<U>; typedef69 fn decoder(&mut self) -> Self::Decoder { in decoder()
71 type Decoder = JsonDecoder<U>; typedef77 fn decoder(&mut self) -> Self::Decoder { in decoder()