package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type With_headers = sig ... end
module type With_info = sig ... end
module Make_with_headers (S : sig ... end) : With_headers with type t := S.t
module Make_with_info (S : sig ... end) : With_info with type t := S.t