Skip to main content

ShutdownFuture

Type Alias ShutdownFuture 

Source
pub type ShutdownFuture = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Expand description

Shutdown future type used by gRPC server builders.

Aliased Typeยง

pub struct ShutdownFuture { /* private fields */ }