Function pgbatis::check_row_by_column

source ·
pub async fn check_row_by_column<C, T>(
    table_name: &str,
    column: &C,
    value: T
) -> Result<bool, Error>
where C: ColumnExt, T: ToSql + Sync,