sig
type
t = { host : string; port : int; }
val
to_string :
Tilde_endpoint
.t
->
string
end