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