[][src]Function oscen::signal::connect

pub fn connect<T, U>(source: &T, dest: &mut U, field: &'static str) where
    T: Signal,
    U: Index<&'static str, Output = In> + IndexMut<&'static str>, 

Connect the source module to the field input of the dest module.