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