Searched defs:ProtobufTypeMessage (Results 1 – 1 of 1) sorted by relevance
119 pub struct ProtobufTypeMessage<M: Message>(marker::PhantomData<M>); struct645 impl<M: Message + Clone + ProtobufValue> ProtobufType for ProtobufTypeMessage<M> { implementation