package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | All_interfaces_on_port of int
  2. | Localhost_on_port of int
  3. | Localhost_on_port_chosen_by_os
  4. | Ip_on_port of Async.Unix.Inet_addr.t * int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_tcp_where_to_listen : t -> Async.Tcp.Where_to_listen.inet
val socket_address : t -> Async.Socket.Address.Inet.t