Skip to main content

GroupPlanColdFlushFuture

Type Alias GroupPlanColdFlushFuture 

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

Aliased Typeยง

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