Skip to main content

FrameworkAgentFunc

Type Alias FrameworkAgentFunc 

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