Searched defs:ProstDecoder (Results 1 – 1 of 1) sorted by relevance
112 pub struct ProstDecoder<U> { struct117 impl<U> ProstDecoder<U> { argument127 impl<U: Message + Default> Decoder for ProstDecoder<U> { implementation