pub trait IntoSelector<K, D>: Sendwhere K: ApiKey, D: KeyDomain,{ // Required method fn into_selector(self) -> KeySelector<K, D>; }