Type Alias TaskProviderGetJobResult

Source
pub type TaskProviderGetJobResult = Result<Job, i32>;

Aliased Type§

pub enum TaskProviderGetJobResult {
    Ok(Handle),
    Err(i32),
}

Variants§

§1.0.0

Ok(Handle)

Contains the success value

§1.0.0

Err(i32)

Contains the error value