fidl_fuchsia_component_runner

Type Alias TaskProviderGetJobResult

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

Aliased Type§

enum TaskProviderGetJobResult {
    Ok(Job),
    Err(i32),
}

Variants§

§1.0.0

Ok(Job)

Contains the success value

§1.0.0

Err(i32)

Contains the error value