= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package protocell
-
protocell.google
-
-
protocell.runtime
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Type' : sig ... end
module Label : sig ... end
type t = {
name : string option;
number : int option;
label : Label.t;
type' : Type'.t;
type_name : string option;
extendee : string option;
default_value : string option;
oneof_index : int option;
json_name : string option;
options : Field_options.t option;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val to_binary : t -> (string, [> Bin'.serialization_error ]) result
val of_binary : string -> (t, [> Bin'.deserialization_error ]) result
val to_text : t -> (string, [> Text'.serialization_error ]) result
val of_text : string -> (t, [> Text'.deserialization_error ]) result