use Arc;
use ;
/// Monotonic write sequence for metadata audit executions.
///
/// This is a request-path-only counter used to report record ordering without
/// consulting the persisted audit table. Snapshot/reporting code can still
/// query the table when a true count is needed.
pub