= 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
type t = {
name : string option;
package : string option;
dependency : string list;
public_dependency : int list;
weak_dependency : int list;
message_type : Descriptor_proto.t list;
enum_type : Enum_descriptor_proto.t list;
service : Service_descriptor_proto.t list;
extension : Field_descriptor_proto.t list;
options : File_options.t option;
source_code_info : Source_code_info.t option;
syntax : string 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