AgentState

Trait AgentState 

Source
pub trait AgentState: Send + 'static { }

Implementors§

Source§

impl<T> AgentState for T
where T: Send + 'static,