improvements and cleanup

This commit is contained in:
Franz Heinzmann (Frando) 2021-02-19 18:51:09 +01:00
parent 091e6319cd
commit 7558fd3fe9
6 changed files with 107 additions and 127 deletions

View file

@ -2,7 +2,3 @@ pub mod osc;
pub mod spawn;
pub mod switcher;
pub mod udp;
pub trait Actor<C, E> {
fn send_command(command: C);
}