Module Async_rpc_kernel.Rpc.Description

type t = {
name : string;
version : int;
}
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
module Stable : sig ... end