retort v2.7.0 Retort.Client.StateMachine.Transition View Source

A transition from one Retort.Client.StateMachine.state to another.

Link to this section Summary

Types

t()

A transition from from to to state

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.