Skip to main content

explain_row_estimate

Function explain_row_estimate 

Source
async fn explain_row_estimate<P>(
    tx: &mut Transaction<'_>,
    select: &str,
    params: P,
) -> Result<Option<u64>, MySqlError>
where P: Into<Params> + Send,