package async_extra

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | String of string
  2. | Bigstring of Core.Bigstring.t
include sig ... end
val bin_read_t : t Core.Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Core.Bin_prot.Read.reader
val bin_size_t : t Core.Bin_prot.Size.sizer
val bin_write_t : t Core.Bin_prot.Write.writer
val bin_shape_t : Core.Bin_prot.Shape.t
val length : t -> int
val to_string : t -> string option

None is returned in cases where the message cannot fit into a string (original message was a very large Bigstring

val to_string_exn : t -> string
val to_bigstring : t -> Core.Bigstring.t