package protocell

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

Module Google_protobuf_descriptor_pc.Field_options

Sourcemodule C_type : sig ... end
Sourcemodule J_s_type : sig ... end
Sourcetype t = {
  1. ctype : C_type.t;
  2. packed : bool option;
  3. jstype : J_s_type.t;
  4. lazy' : bool option;
  5. deprecated : bool option;
  6. weak : bool option;
  7. uninterpreted_option : Uninterpreted_option.t list;
}
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.