package piqilib

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

Module Piqi_piqi.EnumSource

type t = {
  1. mutable name : Piqi_piqi.name;
  2. mutable option : Piqi_piqi.option list;
  3. mutable protobuf_name : string option;
  4. mutable protobuf_custom : string list;
  5. mutable protobuf_prefix : string option;
  6. mutable json_name : string option;
}
OCaml

Innovation. Community. Security.