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