Function handle_sql_ws

Source
pub async fn handle_sql_ws(
    __arg0: State<WsState>,
    existing_user: Option<Extension<AuthedUser>>,
    ws: WebSocketUpgrade,
    __arg3: ConnectInfo<SocketAddr>,
    tower_session: Option<Extension<Session>>,
) -> impl IntoResponse