Make.Backendval write_bin_prot_exn : t -> 'a Core.Bin_prot.Type_class.writer -> 'a -> unitThis can raise in certain backends if, e.g. the connection is closed.
val read_bin_prot :
t ->
'a Core.Bin_prot.Type_class.reader ->
[ `Ok of 'a | `Eof ] Async.Deferred.tval info : t -> Core.Info.tval local_inet : t -> Async.Socket.Address.Inet.tval remote_inet : t -> Async.Socket.Address.Inet.t