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

Required Methods§

source

fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>

source

fn type_count(&self) -> usize

Implementors§