pub type ClickhouseProcessFuture = Pin<Box<dyn Future<Output = Result<(), ()>> + Send>>;
Future type returned when supervising the ClickHouse process.
pub struct ClickhouseProcessFuture { /* private fields */ }