Module Caller_converts.One_way
module type S = sig ... endsignature for rpc dispatchers
module Make : functor (Model : sig ... end) -> sig ... endGiven a model of the types involved in a family of RPCs, this functor provides a single RPC versioned dispatch function
dispatch_multiin terms of that model and a mechanism for registering the individual versions thatdispatch_multiknows about. Registration requires knowing how to get out of the model.