pub async fn find_cursor<C: ConnectionTrait>(
db: &C,
limit: u64,
after_id: Option<i64>,
) -> Result<SystemConfigCursorSlice>Expand description
Lists one id-cursor page by stable id order.
ยงErrors
Returns an error when the database operation fails.