package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt =
  1. | Login of Login.V1.t
  2. | Anon
type t = elt list
val of_v1 : V1.t -> t