pub trait Partition: Clone + Debug + Send + Sync + Serialize + DeserializeOwned + Hash + Ord + 'static { }
Expand description

A supertrait of all the required trait a partition type must have

Implementors§