Type Alias NodeControllerWaitForDriverResult

Source
pub type NodeControllerWaitForDriverResult = Result<DriverResult, i32>;

Aliased Type§

pub enum NodeControllerWaitForDriverResult {
    Ok(DriverResult),
    Err(i32),
}

Variants§

§1.0.0

Ok(DriverResult)

Contains the success value

§1.0.0

Err(i32)

Contains the error value