package ocaml-protoc-plugin

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

Module MethodOptions.IdempotencyLevel

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