JsonRpcParser<T, U> typedef

JsonRpcParser<T, U> = T Function(U input)

A function signature to convert an input value of type U into an instance of type T.

Implementation

typedef JsonRpcParser<T, U> = T Function(U input);