D.M
include Distributed.Message_type with type t = bytes
val string_of_message : t -> string
string_of_message msg
returns the string
representation of msg
.
type 'a step = 'a Msg.step
type 'a request = 'a Msg.request
type 'a reply = 'a Msg.reply
val index : t -> int