Skip to main content

ScreenshotRequest

Type Alias ScreenshotRequest 

Source
pub type ScreenshotRequest = (u32, Sender<Result<Vec<u8>, String>>);
Expand description

A queued computer-use screenshot as (display id, reply); the reply carries the encoded image or the reason it could not be produced.