Module Rcomm.Make.Connections.Connect_rcomm_to_application_types


module Connect_rcomm_to_application_types: sig .. end

type send_request = Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Rcomm_to_application.send_request
type receive_request = Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Rcomm_to_application.receive_request
val to_string : Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Rcomm_to_application.send_request -> string
type send_req = send_request 
type receive_req = receive_request 
type msg = Rcomm.Make.RcommDescriptor.t Rcomm.Request_types.Rcomm_to_application.message