Type Alias InputsPostProcessingFuture

Source
pub type InputsPostProcessingFuture = Pin<Box<dyn Future<Output = Result<CommandInputsEvaluationResult, Diagnostic>> + Send>>;

Aliased Typeยง

struct InputsPostProcessingFuture {}