pub type WorkflowReviewFuture<'a> = Pin<Box<dyn Future<Output = Result<WorkflowReviewVerdict, WorkflowReviewError>> + Send + 'a>>;Expand description
Boxed asynchronous reviewer result.
Aliased Typeยง
#[repr(transparent)]pub struct WorkflowReviewFuture<'a> { /* private fields */ }