Function start_ws

Source
pub fn start_ws<H, T>(
    conf: WsConfiguration,
    handler: H,
    extractor: T,
) -> Result<Option<Server>, String>
where H: Into<MetaIoHandler<Metadata>>, T: WsMetaExtractor<Metadata> + 'static,