pub fn get_ws_data_as_ref<'a, T: Any>(
    data: &'a Data,
    ws: &'a mut Option<WebSocket>
) -> &'a T
Available on crate feature ws only.