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

Required Methods§

source

fn to_map_new(&self) -> BTreeMap<&'static str, ProtobufValue>

Implementors§