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

Required Methods§

source

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

source

fn type_count() -> usizewhere
Self: Sized,

Implementors§