Searched defs:ProstDecoder (Results 1 – 1 of 1) sorted by relevance
57 pub struct ProstDecoder<U>(PhantomData<U>); struct59 impl<U: Message + Default> Decoder for ProstDecoder<U> { implementation