Searched defs:ProstEncoder (Results 1 – 1 of 1) sorted by relevance
41 pub struct ProstEncoder<T>(PhantomData<T>); struct43 impl<T: Message> Encoder for ProstEncoder<T> { implementation