package ocaml-protoc-plugin

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

Module FieldOptions.CType

Sourcetype t =
  1. | STRING
  2. | CORD
  3. | STRING_PIECE
Sourceval to_int : t -> int
Sourceval from_int : int -> (t, [> Ocaml_protoc_plugin.Result.error ]) result