Up
Module
Update
Signature
type
('response, 'error) t =
| Attempting_new_connection
| Connection_success
of
Async.Std.Rpc.Pipe_rpc.Metadata.t
| Lost_connection
| Failed_to_connect
of
Core.Std.Error.t
| Rpc_error
of
'error
| Update
of
'response