rpclib.core
Codegen.Interface
rpclib
rpclib.cmdliner
rpclib.internals
rpclib.json
rpclib.markdown
rpclib.xml
type description = Idl.Interface.description = {
name : string;
namespace : string option;
description : string list;
version : Rpc.Version.t;
}
type t = {
details : Idl.Interface.description;
methods : boxed_fn list;
val prepend_arg : t -> 'a Idl.Param.t -> t
val all_types : t -> Rpc.Types.boxed_def list
val all_errors : t -> Rpc.Types.boxed_def list