pub type ShutdownFuture = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Shutdown future type used by gRPC server builders.
pub struct ShutdownFuture { /* private fields */ }