Skip to main content

GroupPlanColdGcFuture

Type Alias GroupPlanColdGcFuture 

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

Aliased Typeยง

#[repr(transparent)]
pub struct GroupPlanColdGcFuture<'a> { /* private fields */ }