package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t =
  1. | LABEL_OPTIONAL
  2. | LABEL_REQUIRED
  3. | LABEL_REPEATED
val to_int : t -> int
val from_int : int -> t Ocaml_protoc_plugin.Runtime.Runtime'.Result.t
val from_int_exn : int -> t