Trait torn_key_pool::IntoSelector
source · pub trait IntoSelector<K, D>: Send + Sync{
// Required method
fn into_selector(self) -> KeySelector<K, D>;
}pub trait IntoSelector<K, D>: Send + Sync{
// Required method
fn into_selector(self) -> KeySelector<K, D>;
}