Module Typed_tcp_intf.S.Server_read_result

module Server_read_result: sig .. end

type t = 
| Connect of Client_id.t
| Disconnect of Client_id.t * Core.Std.Sexp.t
| Denied_access of string
| Data of Client_id.t * Typed_tcp_intf.S.Client_message.t
include Sexpable