Module sfsm_base::message::__protected [−][src]
Traits
The PollMessage trait implementation will be generated by the add_message! macro and is used to return messages from states.
The PushMessage trait implementation will be generated by the add_message! macro and is used to send messages into the state machine where they will then be forwarded to the correct state.