ScreenResult

Type Alias ScreenResult 

Source
pub type ScreenResult = Result<Screenshot, &'static str>;

Aliased Type§

pub enum ScreenResult {
    Ok(Screenshot),
    Err(&'static str),
}

Variants§

§1.0.0

Ok(Screenshot)

Contains the success value

§1.0.0

Err(&'static str)

Contains the error value