/*******************************************************************************
*
* Copyright (c) 2025 - 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! # Supplier Macros Module
//!
//! Provides declarative macros to simplify Supplier implementations and
//! reduce code duplication.
//!
// Module declarations
pub use impl_box_supplier_methods;
pub use impl_shared_supplier_methods;
pub use impl_supplier_clone;
pub use impl_supplier_common_methods;
pub use impl_supplier_debug_display;