Skip to main content

BoxedAgent

Type Alias BoxedAgent 

Source
pub type BoxedAgent = Arc<Mutex<Box<dyn AgentFunctions>>>;
Expand description

Type alias for a thread-safe, heap-allocated, type-erased agent.

Aliased Typeยง

pub struct BoxedAgent { /* private fields */ }