package ocaml-protoc-plugin

  1. Overview
  2. Docs

The syntax in which a protocol buffer element is defined.

type t =
  1. | SYNTAX_PROTO2
    (*

    Syntax `proto2`.

    *)
  2. | SYNTAX_PROTO3
    (*

    Syntax `proto3`.

    *)
val name : unit -> string

Fully qualified protobuf name of this enum