package async

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

Unpack_from specifies the source of the sequence of bytes to unpack from.

type t =
  1. | Pipe of string Async.Pipe.Reader.t
  2. | Reader of Async.Reader.t