Module Async_smtp.Rpc_intf

val (^-) : string ‑> string ‑> string
val rpc : ?version:int ‑> name:string ‑> (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'b) ‑> ('a'bAsync.Rpc.Rpc.t
val pipe_rpc : ?version:int ‑> name:string ‑> (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'b) ‑> (module Core.Binable.S with type t = 'c) ‑> ('a'b'cAsync.Rpc.Pipe_rpc.t
val state_rpc : ?version:int ‑> name:string ‑> (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'b) ‑> (module Core.Binable.S with type t = 'c) ‑> (module Core.Binable.S with type t = 'd) ‑> ('a'b'c'dAsync.Rpc.State_rpc.t
val or_error : (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'a Core.Or_error.t)
val list : (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'a list)
val option : (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'a option)
val pair : ((module Core.Binable.S with type t = 'a) * (module Core.Binable.S with type t = 'b)) ‑> (module Core.Binable.S with type t = 'a * 'b)
val triple : ((module Core.Binable.S with type t = 'a) * (module Core.Binable.S with type t = 'b) * (module Core.Binable.S with type t = 'c)) ‑> (module Core.Binable.S with type t = 'a * 'b * 'c)
val binable : (module Core.Binable.S with type t = 'a) ‑> (module Core.Binable.S with type t = 'a)
val string : (module Core.Binable.S with type t = Core.String.t)
val int : (module Core.Binable.S with type t = Core.Int.t)
val unit : (module Core.Binable.S with type t = Core.Unit.t)
val bool : (module Core.Binable.S with type t = Core.Bool.t)
val time_span : (module Core.Binable.S with type t = Core.Time.Span.t)
val error : (module Core.Binable.S with type t = Core.Error.t)
val smtp_event : (module Core.Binable.S with type t = Smtp_events.Event.t)
val id : (module Core.Binable.S with type t = Spool.Message_id.t)
val spool_status : (module Core.Binable.S with type t = Spool.Status.t)
val spool_event : (module Core.Binable.S with type t = Spool.Event.t)
val send_info : (module Core.Binable.S with type t = Spool.Send_info.t)
val recover_info : (module Core.Binable.S with type t = Spool.Recover_info.t)
val gc_stat : (module Core.Binable.S with type t = Async.Gc.Stat.t)
val pid : (module Core.Binable.S with type t = Core.Pid.Stable.V1.t)
module Monitor : sig ... end
module Smtp_events : sig ... end
module Spool : sig ... end
module Gc : sig ... end
module Process : sig ... end