Module Async_extra.Tcp.Bind_to_address

type t =
| Address of Import.Unix.Inet_addr.t
| All_addresses
| Localhost

(** equivalent to Address Unix.Inet_addr.localhost *)

include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t