retort v2.6.3-rc2 Retort.Client.StateMachine.Transition View Source
A transition from one Retort.Client.StateMachine.state
to another.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Retort.Client.StateMachine.Transition{ from: Retort.Client.StateMachine.state(), to: Retort.Client.StateMachine.state() }
A transition from from
to to
state.