Selection

Trait Selection 

Source
pub trait Selection: Send + 'static { }

Implementors§

Source§

impl<T: Send + 'static> Selection for T