connect

Function connect 

Source
pub fn connect<F>(id: String, factory: F)
where F: FnOnce() -> Box<dyn Handler>,