Function ws::connect [] [src]

pub fn connect<F, H>(url: Url, factory: F) -> Result<()> where F: FnMut(Sender) -> H, H: Handler