pub type ConnectionCleanupFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
pub struct ConnectionCleanupFuture<'a> { /* private fields */ }