[][src]Function thruster_socketio::handle_io

pub async fn handle_io<T: Context + SocketIOContext + Default>(
    __arg0: T,
    handler: fn(_: SocketIOSocket) -> Pin<Box<dyn Future<Output = Result<SocketIOSocket, ()>> + Send>>
) -> MiddlewareResult<T>