Module Async_extra.Tcp.Bind_to_address

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

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

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