Skip to main content

GroupShutdownFuture

Type Alias GroupShutdownFuture 

Source
pub type GroupShutdownFuture<'a> = Pin<Box<dyn Future<Output = Result<(), GroupEngineError>> + Send + 'a>>;

Aliased Typeยง

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