pub trait AffinitySelector<K, N> { // Required method fn select(&self, key: &K) -> N; }
Pure, statically dispatched policy for a previously unseen affinity key.
Select the stable worker nonce for a key that has no binding yet.