pub trait Connector { // Required method fn get_connect_to(&mut self, state: &mut FlowState) -> FlowState; }