Skip to main content

GroupPlanNextColdFlushBatchFuture

Type Alias GroupPlanNextColdFlushBatchFuture 

Source
pub type GroupPlanNextColdFlushBatchFuture<'a> = Pin<Box<dyn Future<Output = Result<Vec<ColdFlushCandidate>, GroupEngineError>> + Send + 'a>>;

Aliased Typeยง

pub struct GroupPlanNextColdFlushBatchFuture<'a> { /* private fields */ }