package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Spoolable.Data.t is where the "real" data lives and it allows for data-specific load and save functionality.

type t
val load : string -> t Async.Deferred.Or_error.t
val save : ?temp_file:string -> t -> string -> unit Async.Deferred.Or_error.t