async fn collect_table_statistics<Q>(
conn: &mut Q,
table: &MySqlTableName,
) -> Result<TableStatistics, Error>where
Q: Queryable,
async fn collect_table_statistics<Q>(
conn: &mut Q,
table: &MySqlTableName,
) -> Result<TableStatistics, Error>where
Q: Queryable,