Skip to main content

ClusterViewFuture

Type Alias ClusterViewFuture 

Source
pub type ClusterViewFuture<'a, T> = Pin<Box<dyn Future<Output = DcpResult<T>> + Send + 'a>>;

Aliased Typeยง

pub struct ClusterViewFuture<'a, T> { /* private fields */ }