pub trait PartitionKeysSupport<'a> {
type O;
// Required method
fn with_partition_keys(self, partition_keys: &'a PartitionKeys) -> Self::O;
}
pub trait PartitionKeysSupport<'a> {
type O;
// Required method
fn with_partition_keys(self, partition_keys: &'a PartitionKeys) -> Self::O;
}