package email_message

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | String of Core.String.t
  2. | Bigstring of Core.Bigstring.t
  3. | Char of char