pub(crate) async fn get_next_table_id(
__arg0: State<TableIdSequenceHandler>,
) -> Response
Expand description
Get the next table id without incrementing the sequence.
pub(crate) async fn get_next_table_id(
__arg0: State<TableIdSequenceHandler>,
) -> Response
Get the next table id without incrementing the sequence.