Skip to main content

AgentValueMap

Type Alias AgentValueMap 

Source
pub type AgentValueMap<S, T> = HashMap<S, T>;
Expand description

Type alias for key-value maps used in AgentValue::Object.

Aliased Typeยง

pub struct AgentValueMap<S, T> { /* private fields */ }