Skip to main content

DriverIndexMatchPendingNodeResult

Type Alias DriverIndexMatchPendingNodeResult 

Source
pub type DriverIndexMatchPendingNodeResult = Result<MatchPendingNodeResult, i32>;

Aliased Type§

pub enum DriverIndexMatchPendingNodeResult {
    Ok(MatchPendingNodeResult),
    Err(i32),
}

Variants§

§1.0.0

Ok(MatchPendingNodeResult)

Contains the success value

§1.0.0

Err(i32)

Contains the error value