Module Email_message.Octet_stream

module Encoding : sig ... end
type t
include sig ... end
val compare : t ‑> t ‑> int
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
include String_monoidable.S with type t := t
type t
val to_string_monoid : t ‑> String_monoid.t
include Core.Stringable.S with type t := t
type t
val of_string : string ‑> t
val to_string : t ‑> string
val empty : t
val create : ?encoding:Encoding.t ‑> Bigstring_shared.t ‑> t
val encoding : t ‑> Encoding.t
val encoded_contents : t ‑> Bigstring_shared.t
val encode : encoding:Encoding.known ‑> Bigstring_shared.t ‑> t
val decode : t ‑> Bigstring_shared.t option