package rpclib-html

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module HtmlgenSource

Sourceval html_of_t : 'a Rpc.Types.typ -> string list
Sourceval of_args : (bool * Idl.Param.boxed) list -> Cow.Html.t
Sourceval of_struct_fields : 'a Rpc.Types.boxed_field list -> Cow.Html.t
Sourceval of_variant_tags : 'a Rpc.Types.boxed_tag list -> Cow.Html.t
Sourceval of_type_decl : 'a -> Rpc.Types.boxed_def -> Cow.Html.t list
Sourceval tabs_of : 'a -> Codegen.Interface.t -> 'b Codegen.Method.t -> Cow.Html.t list
Sourceval of_method : 'a -> Codegen.Interface.t -> Codegen.boxed_fn -> Cow.Html.t list
Sourceval of_interface : 'a -> Codegen.Interface.t -> Cow.Html.t list
Sourceval of_interfaces : Codegen.Interfaces.t -> Cow.Html.t
Sourceval to_string : Codegen.Interfaces.t -> string