package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t =
  1. | CARDINALITY_UNKNOWN
  2. | CARDINALITY_OPTIONAL
  3. | CARDINALITY_REQUIRED
  4. | CARDINALITY_REPEATED
val to_int : t -> int
val from_int : int -> t Ocaml_protoc_plugin.Runtime.Runtime'.Result.t
val from_int_exn : int -> t