IntoSelector

Trait IntoSelector 

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

Required Methods§

Implementors§

Source§

impl<K, D, T> IntoSelector<K, D> for T
where K: ApiKey, D: KeyDomain, T: Into<KeySelector<K, D>> + Send,