Caster<From, To> typedef

Caster<From, To> = To Function(From)

Function, which will cast your responses

Implementation

typedef Caster<From, To> = To Function(From);