Module Unpack_sequence.Unpack_from
Unpack_from specifies the source of the sequence of bytes to unpack from.
type t=|Pipe of string Async.Pipe.Reader.t|Reader of Async.Reader.t
Unpack_sequence.Unpack_fromUnpack_from specifies the source of the sequence of bytes to unpack from.
type t = | Pipe of string Async.Pipe.Reader.t |
| Reader of Async.Reader.t |