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

Required Methods§

source

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

Implementors§