[][src]Trait clusterphobia::clustering::cluster::Chopped

pub trait Chopped: Copy + Hash + Ord + PartialEq + Eq + Debug { }

Combination Trait for Cluster keys and members, which must implement Copy, Hash, Ord, PartialEq and Debug (C.H.O.P.E.D).

Implementors

impl<T: Copy + Hash + Ord + PartialEq + Eq + Debug> Chopped for T[src]

Blanket duck-type implementation of Chopped

Loading content...