Trait agent_tk::states::StateTrait
source · pub trait StateTrait {
// Required method
fn to_state(self) -> State;
}Expand description
Trait to conveniently build a State from one of the possible states
pub trait StateTrait {
// Required method
fn to_state(self) -> State;
}Trait to conveniently build a State from one of the possible states