Skip to main content

WatcherGetCrashResult

Type Alias WatcherGetCrashResult 

Source
pub type WatcherGetCrashResult = Result<Crash, Error>;

Aliased Type§

pub enum WatcherGetCrashResult {
    Ok(Crash),
    Err(Error),
}

Variants§

§1.0.0

Ok(Crash)

Contains the success value

§1.0.0

Err(Error)

Contains the error value