Searched defs:Encoder (Results 1 – 4 of 4) sorted by relevance
28 type Encoder = <ProstCodec<T, U> as Codec>::Encoder; typedef31 fn encoder(&mut self) -> Self::Encoder { in encoder()
111 type Encoder: Encoder<Item = Self::Encode, Error = Status> + Send + 'static; typedef116 fn encoder(&mut self) -> Self::Encoder; in encoder()122 pub trait Encoder { trait
34 pub fn raw_encoder(buffer_settings: BufferSettings) -> <Self as Codec>::Encoder { in raw_encoder()59 type Encoder = ProstEncoder<T>; typedef62 fn encoder(&mut self) -> Self::Encoder { in encoder()
70 type Encoder = JsonEncoder<T>; typedef73 fn encoder(&mut self) -> Self::Encoder { in encoder()