Trait mz_timely_util::order::Partition
source · 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