pub type ClusterViewFuture<'a, T> = Pin<Box<dyn Future<Output = DcpResult<T>> + Send + 'a>>;
pub struct ClusterViewFuture<'a, T> { /* private fields */ }