package ocaml-protoc-plugin

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

Module Protobuf.Timestamp

Sourceval name' : unit -> string
Sourcetype t = {
  1. seconds : int;
  2. nanos : int;
}
Sourceval make : ?seconds:int -> ?nanos:int -> unit -> t
OCaml

Innovation. Community. Security.