CopyRun<State, Event> typedef

CopyRun<State, Event> = Run<State, Event> Function(Run<State, Event> run)

Implementation

typedef CopyRun<State, Event> = Run<State, Event> Function(Run<State, Event> run);