package pb

  1. Overview
  2. Docs

Module type Pb.MESSAGESource

Sourcetype m
Sourceval optional : ?default:'a -> 'a field_type -> string -> int -> (m, 'a option) field
Sourceval repeated : ?packed:bool -> 'a field_type -> string -> int -> (m, 'a list) field
Sourceval required : 'a field_type -> string -> int -> (m, 'a) field