Trait djinn::State [] [src]

pub trait State: Decodable + Encodable + Debug + Send + Sync + Clone + PartialEq { }

The state that represents an Agent.

Implementors