Type Definition EmptyTrans
amethyst
type EmptyTrans = Trans<(), StateEvent>;
An empty Trans. Made to be used with EmptyState.
Trans
EmptyState