package cfstream

  1. Overview
  2. Docs

Module CFStream.StreamableSource

Sourcemodule type S = sig ... end

A signature for data structures that may be converted to and from a Stream.t.

Sourcemodule type S2 = sig ... end