CmdFunc1<T> typedef

CmdFunc1<T> = Cmd Function(T value)

Type alias for a function that creates commands from a value.

Implementation

typedef CmdFunc1<T> = Cmd Function(T value);