pub async fn find_cursor<C: ConnectionTrait>( db: &C, limit: u64, after_id: Option<i64>, ) -> Result<SystemConfigCursorSlice>
Lists one id-cursor page by stable id order.