pub type PbMetaBackend = MetaBackend;
enum PbMetaBackend { Unspecified = 0, Memory = 1, Etcd = 2, Rdb = 3, }