// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Private sealing marker for strict runtime reads.
use crateMultiValues;
use crateValue;
use crateValueError;
/// Prevents downstream crates from implementing `StrictValueRead`.
///
/// The blanket implementation admits exactly the target types supported by
/// strict scalar and collection conversions.