package protocell

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

Module Google_protobuf_descriptor_pc.Uninterpreted_option

module Name_part : sig ... end
Sourcetype t = {
  1. name : Name_part.t list;
  2. identifier_value : string option;
  3. positive_int_value : int option;
  4. negative_int_value : int option;
  5. double_value : float option;
  6. string_value : string option;
  7. aggregate_value : string option;
}
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