Sub<Model> typedef

Sub<Model> = void Function(Dispatch<Model> dispatch)

Alias for a function that takes a dispatcher and returns void

Implementation

typedef Sub<Model> = void Function(Dispatch<Model> dispatch);