//! Functions to create [`RowToTableName`] using copiable types.
use craterow2tname_new;
use crateRowToTableName;
/// Creates a [`RowToTableName`] from functions.
///
/// ## Arguments
/// - row2cp: Converts the row `R` to a copiable `C`.
/// - cp2tab: Converts the copiable `C` to the name of the table.