ClickhouseProcessFuture

Type Alias ClickhouseProcessFuture 

Source
pub type ClickhouseProcessFuture = Pin<Box<dyn Future<Output = Result<(), ()>> + Send>>;
Expand description

Future type returned when supervising the ClickHouse process.

Aliased Typeยง

pub struct ClickhouseProcessFuture { /* private fields */ }