package async_smtp

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

Module On_disk.MetadataSource

Spoolable.Metadata.t should be smallish since it is read and written more frequently than Spoolable.Data.t.

Sourcetype t = t

of_string and to_string are used to persist and read t on disk.

include Core.Stringable.S with type t := t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.