// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Redacted map view used by metadata diagnostics.
use BTreeMap;
use Redact;
use RedactionWriter;
use Sensitivity;
use Value;
/// Borrows metadata values and renders them through the redaction policy.
///
/// This view keeps the storage private while allowing [`crate::Metadata`] to
/// delegate its diagnostic map traversal to the shared redaction machinery.
pub &'a ,
);