// ---------------- [ File: bitcoin-epoch/src/with_fresh_epoch.rs ]
crateix!;
/// Convenience macro mirroring the original C++
/// `WITH_FRESH_EPOCH` helper.
///
/// ```text
/// {
/// with_fresh_epoch!(mempool_epoch);
/// … // traversal
/// } // guard dropped here
/// ```