Capnp_address.Location
type t = [
| `Unix of string
| `TCP of string * int
]
val pp : t Fmt.t
val equal : t -> t -> bool