Skip to main content

InputsPostProcessingFutureResult

Type Alias InputsPostProcessingFutureResult 

Source
pub type InputsPostProcessingFutureResult = Result<InputsPostProcessingFuture, Diagnostic>;

Aliased Type§

pub enum InputsPostProcessingFutureResult {
    Ok(Pin<Box<dyn Future<Output = Result<CommandInputsEvaluationResult, Diagnostic>> + Send>>),
    Err(Diagnostic),
}

Variants§

§1.0.0

Ok(Pin<Box<dyn Future<Output = Result<CommandInputsEvaluationResult, Diagnostic>> + Send>>)

Contains the success value

§1.0.0

Err(Diagnostic)

Contains the error value