pub fn move_list( store: &Store, list_id: &str, to_index: usize, now: DateTime<Utc>, ) -> Result<()>
Reorder a list to a new 0-based index.