package protocell

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

Module Google_protobuf_api_pc.Api

Sourcetype t = {
  1. name : string;
  2. methods : Method'.t list;
  3. options : Google_protobuf_type_pc.Option.t list;
  4. version : string;
  5. source_context : Google_protobuf_source_context_pc.Source_context.t option;
  6. mixins : Mixin.t list;
  7. syntax : Google_protobuf_type_pc.Syntax.t;
}
Sourceval to_binary : t -> (string, [> Bin'.serialization_error ]) result
Sourceval of_binary : string -> (t, [> Bin'.deserialization_error ]) result
Sourceval to_text : t -> (string, [> Text'.serialization_error ]) result
Sourceval of_text : string -> (t, [> Text'.deserialization_error ]) result
OCaml

Innovation. Community. Security.