Module Idl.Interface

An interface is a collection of RPC declarations.

type description = {
name : string;
namespace : string option;
description : string list;
version : Rpc.Version.t;
}