Trans

A transition from one state to another

struct Trans (
T
) {}

Members

Variables

from
T from;

state before

to
T to;

state after

Meta