use ;
use crateGraphError;
/// Increment and return the counter stored at `key` in the `meta` table,
/// within the given write transaction. Allocation is only durable once the
/// caller commits `write_txn`, keeping id allocation inside the same
/// crash-safety boundary as the row(s) it's used for.
pub