Dispatch<Model> typedef

Dispatch<Model> = void Function(BehaviorMsg<Model> )

Alias for a function that takes a message and returns void

Implementation

typedef Dispatch<Model> = void Function(BehaviorMsg<Model>);