Struct cdrs::cluster::Cluster[][src]

pub struct Cluster<A> { /* fields omitted */ }

Methods

impl<'a, A: Authenticator + Sized> Cluster<A>
[src]

Auto Trait Implementations

impl<A> Send for Cluster<A> where
    A: Send

impl<A> Sync for Cluster<A> where
    A: Sync