Skip to main content

GroupPlanNextColdFlushFuture

Type Alias GroupPlanNextColdFlushFuture 

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

Aliased Typeยง

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