Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ('response, 'error) t =
| Attempting_new_connection
| Connection_success of Async_rpc_kernel.Rpc.Pipe_rpc.Metadata.t
| Lost_connection
| Failed_to_connect of Core_kernel.Error.t
| Rpc_error of 'error
| Update of 'response