Skip to main content

AgentFunc

Type Alias AgentFunc 

Source
pub type AgentFunc = fn(&mut AgentContext, State) -> Result<()>;