// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Borrowed wire representation for one named scalar value.
use Serialize;
use crateValueWireRefV1;
/// Borrowed wire representation of a named scalar value.
///
/// # Type Parameters
///
/// * `'a` - Lifetime of the borrowed name and scalar payload.
pub