MetaMapType

Type Alias MetaMapType 

Source
pub type MetaMapType = HashMap<String, Value>;
Expand description

Matches Go’s MetaMapType = map[string]any.

Aliased Type§

pub struct MetaMapType { /* private fields */ }