package async_smtp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Message.QueueSource

Sourcetype t =
  1. | Active
  2. | Frozen
  3. | Removed
  4. | Quarantine
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
Sourceval to_dirname : t -> string
Sourceval of_status : Status.t -> t option
Sourceval of_status' : Status.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.