pub trait Partitioner {
    fn hash(pk: Bytes) -> Token;
}

Required Methods

Implementors