Skip to main content

GroupShutdownFuture

Type Alias GroupShutdownFuture 

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

Aliased Typeยง

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