Searched defs:ProtobufTypeEnum (Results 1 – 1 of 1) sorted by relevance
117 pub struct ProtobufTypeEnum<E: ProtobufEnum>(marker::PhantomData<E>); struct615 impl<E: ProtobufEnum + ProtobufValue> ProtobufType for ProtobufTypeEnum<E> { implementation