pub type ScreenCaptureGetNextFrameResult = Result<FrameInfo, ScreenCaptureError>;
Aliased Type§
pub enum ScreenCaptureGetNextFrameResult {
Ok(FrameInfo),
Err(ScreenCaptureError),
}
pub type ScreenCaptureGetNextFrameResult = Result<FrameInfo, ScreenCaptureError>;
pub enum ScreenCaptureGetNextFrameResult {
Ok(FrameInfo),
Err(ScreenCaptureError),
}