For the possibility that the server would send bac...
# getting-started
c
For the possibility that the server would send back a response that is not actually serializable as an
Int
, you could just make the
Call<>
type be a sum type with two subtypes:
CallSuccess<>
and
CallError<>
or something.