pub type MetaMapType = HashMap<String, Value>;
Matches Go’s MetaMapType = map[string]any.
MetaMapType = map[string]any
pub struct MetaMapType { /* private fields */ }