Module io

Module io 

Source
Available on crate feature IO only.
Expand description

Input/Output operations for streams produced by DevTools.

Structsยง

CloseCommand
Close the stream, discard any temporary backing storage.
CloseReturn
Close the stream, discard any temporary backing storage.
ReadCommand
Read a chunk of the stream
ReadReturn
Read a chunk of the stream
ResolveBlobCommand
Return UUID of Blob object specified by a remote object id.
ResolveBlobReturn
Return UUID of Blob object specified by a remote object id.
StreamHandle
This is either obtained from another method or specifed as blob:<uuid> where <uuid&gt is an UUID of a Blob.