package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Core__Command.Shape.Flag_info.t = {
  1. name : string;
  2. doc : string;
  3. aliases : string list;
}
val bin_t : t Core__.Import.Bin_prot.Type_class.t
val bin_read_t : t Core__.Import.Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Core__.Import.Bin_prot.Read.reader
val bin_reader_t : t Core__.Import.Bin_prot.Type_class.reader
val bin_size_t : t Core__.Import.Bin_prot.Size.sizer
val bin_write_t : t Core__.Import.Bin_prot.Write.writer
val bin_writer_t : t Core__.Import.Bin_prot.Type_class.writer
val bin_shape_t : Core__.Import.Bin_prot.Shape.t
val compare : t -> t -> int
val aliases : t -> string list
val doc : t -> string
val name : t -> string
module Fields : sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.