pub trait Device<T: Transducer> {
    fn get_transducers(&self, start_id: usize) -> Vec<T>;
}

Required Methods§

Implementors§