// Copyright © 2026 Stephan Kunz
//! Abstract port value type trait.
use Any;
/// The `AnyPortValue` trait allows to use different types of values in ports.
/// Blanket implementation for any type that implements
/// [`Any`], [`Send`], [`Sync`] and [`core::fmt::Debug`].