pub type ScreenResult = Result<Screenshot, &'static str>;Aliased Type§
pub enum ScreenResult {
Ok(Screenshot),
Err(&'static str),
}pub type ScreenResult = Result<Screenshot, &'static str>;pub enum ScreenResult {
Ok(Screenshot),
Err(&'static str),
}