Available on crate feature
IO only.Expand description
Input/Output operations for streams produced by DevTools.
Structsยง
- Close
Command - Close the stream, discard any temporary backing storage.
- Close
Return - Close the stream, discard any temporary backing storage.
- Read
Command - Read a chunk of the stream
- Read
Return - Read a chunk of the stream
- Resolve
Blob Command - Return UUID of Blob object specified by a remote object id.
- Resolve
Blob Return - Return UUID of Blob object specified by a remote object id.
- Stream
Handle - This is either obtained from another method or specifed as
blob:<uuid>where<uuid>is an UUID of a Blob.