pub trait ProtobufMessageEnumTraits {
fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>;
fn type_count() -> usize
where
Self: Sized;
}
pub trait ProtobufMessageEnumTraits {
fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>;
fn type_count() -> usize
where
Self: Sized;
}