pub fn upgrade<T: FLAMSLSPServer + Send + 'static>(
ws: WebSocketUpgrade,
new: impl FnOnce(ClientSocket) -> T + Send + 'static,
) -> ResponseAvailable on crate feature
ws only.pub fn upgrade<T: FLAMSLSPServer + Send + 'static>(
ws: WebSocketUpgrade,
new: impl FnOnce(ClientSocket) -> T + Send + 'static,
) -> Responsews only.