pub fn fold_table_ref<F>(
    fold: &mut F,
    table_ref: TableRef
) -> Result<TableRef, Error>
where F: RqFold + ?Sized,