pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
__arg2: Query<MonitorQuery>,
) -> impl IntoResponseExpand description
WS /ws/monitor — WebSocket endpoint for live token monitoring.
pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
__arg2: Query<MonitorQuery>,
) -> impl IntoResponseWS /ws/monitor — WebSocket endpoint for live token monitoring.