pub type AgentValueMap<S, T> = HashMap<S, T>;
Type alias for key-value maps used in AgentValue::Object.
AgentValue::Object
pub struct AgentValueMap<S, T> { /* private fields */ }