Client.Msg_event
Higher-level events, decoding the messages
type error = Cephalopod_xrpc.Decode_msg.error
val pp_error :
Ppx_deriving_runtime.Format.formatter ->
error ->
Ppx_deriving_runtime.unit
val show_error : error -> Ppx_deriving_runtime.string
val pp :
(Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
'a t ->
Ppx_deriving_runtime.unit
val show :
(Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) ->
'a t ->
Ppx_deriving_runtime.string
val of_event : msg:'a Cephalopod_xrpc.Base.message -> event -> 'a t