Use<T> typedef

Use<T> = void Function(T data)

Implementation

typedef Use<T> = void Function(T data);