pub type PbListHummockMetaConfigResponse = ListHummockMetaConfigResponse;
Expand description
Alias for ListHummockMetaConfigResponse
.
Aliased Type§
struct PbListHummockMetaConfigResponse {
pub configs: HashMap<String, String>,
}
Fields§
§configs: HashMap<String, String>