package ocaml-protoc-plugin

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

Module Protobuf.Syntax

Sourcetype t =
  1. | SYNTAX_PROTO2
  2. | SYNTAX_PROTO3
Sourceval to_int : t -> int
Sourceval from_int : int -> (t, [> Ocaml_protoc_plugin.Result.error ]) result