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