Trait ClusterRequest

Source
pub trait ClusterRequest {
    type Context: Clone + Send + Sync + 'static + Debug;

    // Required method
    fn context(&self) -> Self::Context;
}

Required Associated Types§

Source

type Context: Clone + Send + Sync + 'static + Debug

Required Methods§

Source

fn context(&self) -> Self::Context

Implementors§