Type alias for a function that formats a value of type T to a String.
T
typedef Formatter<T> = String Function(T);