Function websocket_server::start [] [src]

pub fn start<T>(address: &str, port: u32) where
    T: EventHandler + Send + Sync + 'static,